コード例 #1
0
 /// <summary>
 /// Notifies that request processing is terminating.
 /// TODO: Refactor this to auto-dispose IndirectX feature.
 /// </summary>
 internal void NotifyAutoDispose()
 {
     _self.DisposeAsync();
 }
コード例 #2
0
 public void DoDispose()
 {
     _self.DisposeAsync();
 }