Table of Contents

Class EmptyConnectHandle

Namespace
MassTransit.Util
Assembly
MassTransit.Abstractions.dll

A do-nothing connect handle, simply to satisfy

public class EmptyConnectHandle : ConnectHandle, IDisposable
Inheritance
EmptyConnectHandle
Implements
Inherited Members

Constructors

EmptyConnectHandle()

public EmptyConnectHandle()

Methods

Disconnect()

Explicitly disconnect the handle without waiting for it to be disposed. If the connection is disconnected, the disconnect will be ignored when the handle is disposed.

public void Disconnect()

Dispose()

public void Dispose()