ResponseCodeHelperIsProvisional Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static bool IsProvisional(
int statusCode
)
Public Shared Function IsProvisional (
statusCode As Integer
) As Boolean
public:
static bool IsProvisional(
int statusCode
)
static member IsProvisional :
statusCode : int -> bool
Parameters
- statusCode
- Type: SystemInt32
Return Value
Type:
Boolean
See Also