ExRegistrationStateChangedArgsSetReasonPhrase Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static void SetReasonPhrase(
RegistrationStateChangedArgs args,
string value
)
Public Shared Sub SetReasonPhrase (
args As RegistrationStateChangedArgs,
value As String
)
public:
static void SetReasonPhrase(
RegistrationStateChangedArgs^ args,
String^ value
)
static member SetReasonPhrase :
args : RegistrationStateChangedArgs *
value : string -> unit
Parameters
- args
- Type: Ozeki.VoIPRegistrationStateChangedArgs
- value
- Type: SystemString
See Also