ResponseCodeHelperIsGlobalFailure Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static bool IsGlobalFailure(
int statusCode
)
Public Shared Function IsGlobalFailure (
statusCode As Integer
) As Boolean
public:
static bool IsGlobalFailure(
int statusCode
)
static member IsGlobalFailure :
statusCode : int -> bool
Parameters
- statusCode
- Type: SystemInt32
Return Value
Type:
BooleanSee Also