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