Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void
Example #1
0
 public void releaseXMLRPCClient(CachedXmlRpcClient client)
 {
     client.DelRef();
     client.Dispose();
 }
Example #2
0
 public void releaseXMLRPCClient(CachedXmlRpcClient client)
 {
     client.DelRef();
     client.Dispose();
 }