Class AccountManagerServicesRequest
Request object created by Linphone.AccountManagerServices.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public class AccountManagerServicesRequest : LinphoneObject
Properties
Listener
Declaration
public AccountManagerServicesRequestListener Listener { get; set; }
Property Value
Type | Description |
---|---|
AccountManagerServicesRequestListener |
Type
Gets the Linphone.AccountManagerServicesRequestType representing this request.
Declaration
public AccountManagerServicesRequestType Type { get; }
Property Value
Type | Description |
---|---|
AccountManagerServicesRequestType |
Methods
Submit()
Executes the request represented by Linphone.AccountManagerServicesRequest.
Declaration
public void Submit()