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