ResponseCodeHelperIsGlobalFailure Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 Int32
-
Return Value
Boolean
See Also