Dispose() public method

public Dispose ( ) : void
return void
Beispiel #1
0
 private void CloseInboundConnectivity()
 {
     InboundConnectivity?.Dispose();
     InboundConnectivity = null;
 }