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