Ozeki VoIP SDK Class library
AsString Method (state)
NamespacesOzeki.VoIP.SIPSubscriptionStateExAsString(SubscriptionState)
Returns the textual representation of the given subscription state.
Declaration Syntax
C#Visual BasicVisual C++
public static string AsString(
	this SubscriptionState state
)
<ExtensionAttribute> 
Public Shared Function AsString ( 
	state As SubscriptionState
) As String
public:
[ExtensionAttribute]
static String^ AsString(
	SubscriptionState state
)
Parameters
state (SubscriptionState)
The subscription state.
Return Value
String
The string form of the state.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type SubscriptionState. When you use instance method syntax to call this method, omit the first parameter.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290