예제 #1
0
 /// <summary>
 /// Close a session.
 /// Contacts any other processes associated with the session, if applicable.
 /// </summary>
 /// <param name="status">The status</param>
 public void Close(Status status = null)
 {
     using (StatusChecker checker = new StatusChecker(status))
         TfInvoke.tfeCloseSession(_ptr, checker.Status);
 }