SubscriptionStateExAsString Method |
Returns the textual representation of the given subscription state.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static string AsString(
SubscriptionState state
)
Public Shared Function AsString (
state As SubscriptionState
) As String
public:
static String^ AsString(
SubscriptionState state
)
static member AsString :
state : SubscriptionState -> string
Parameters
- state
- Type: Ozeki.VoIPSubscriptionState
The subscription state.
Return Value
Type:
StringThe string form of the state.
See Also