ResponseCodeHelperIsProvisional Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
BooleanSee Also