SevenDigital.Messaging.MessageSending.InMemoryQueueBridge.Dispose C# (CSharp) Méthode

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void
		public void Dispose(){if (_innerQueue != null) _innerQueue.Dispose();}