public void Check(Status status, bool success)
 {
     if (!success)
     {
         Library.mongocrypt_ctx_status(this, status.Handle);
         status.ThrowExceptionIfNeeded();
     }
 }
Exemplo n.º 2
0
 void IStatus.Check(Status status)
 {
     Library.mongocrypt_ctx_status(_handle, status.Handle);
 }