PreconditionsCheckState Method (Boolean, String) |
Namespace: Grpc.Core.UtilsAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic static void CheckState(
bool condition,
string errorMessage
)
Public Shared Sub CheckState (
condition As Boolean,
errorMessage As String
)
public:
static void CheckState(
bool condition,
String^ errorMessage
)
static member CheckState :
condition : bool *
errorMessage : string -> unit
Parameters
- condition
- Type: SystemBoolean
The condition. - errorMessage
- Type: SystemString
The error message.
See Also