DisposeContext() публичный Метод

Removes all TPM objects referenced by this context and then removes the context from the TBS database.
public DisposeContext ( TbsContext c ) : void
c TbsContext
Результат void
Пример #1
0
 protected sealed override void Dispose(bool disposing)
 {
     if (disposing)
     {
         Tbs.DisposeContext(this);
     }
     base.Dispose(disposing);
 }