MessageBusSubscriber GetSubscriberItem T  Method (Boolean)DH.Messaging Documentation

[This is preliminary documentation and is subject to change.]

Get the subscription of the specified type

Namespace: (Default Namespace)
Assembly: DH.Messaging.Extensions (in DH.Messaging.Extensions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public SubscriberItem<T> GetSubscriberItem<T>(
	bool createIfNotExists
)

Parameters

createIfNotExists
Type: OnlineSystem Boolean
Whether to create the subscription if it doesn't exist
Type Parameters

T
Message type

Return Value

Type: SubscriberItem T 
See Also