Table of Contents

Interface ConnectHandle

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll

A connect handle is returned by a non-asynchronous resource that supports disconnection (such as removing an observer, etc.)

public interface ConnectHandle : IDisposable
Inherited Members

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.

void Disconnect()