MessageBusUnregisterPublisher(Guid) Method

Unregister a publisher.

Definition

Namespace: SecretNest.MessageBus
Assembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
C#
public override bool UnregisterPublisher(
	Guid publisherId
)

Parameters

publisherId  Guid
The id of the publisher to be unregistered.

Return Value

Boolean
when the publisher is located and removed.

See Also