Click or drag to resize

IMessagingSystemFactoryCreateDuplexOutputChannel Method (String)

[Missing <summary> documentation for "M:Eneter.Messaging.MessagingSystems.MessagingSystemBase.IMessagingSystemFactory.CreateDuplexOutputChannel(System.String)"]

Namespace:  Eneter.Messaging.MessagingSystems.MessagingSystemBase
Assembly:  Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax
IDuplexOutputChannel CreateDuplexOutputChannel(
	string channelId
)

Parameters

channelId
Type: SystemString

[Missing <param name="channelId"/> documentation for "M:Eneter.Messaging.MessagingSystems.MessagingSystemBase.IMessagingSystemFactory.CreateDuplexOutputChannel(System.String)"]

Return Value

Type: IDuplexOutputChannel

[Missing <returns> documentation for "M:Eneter.Messaging.MessagingSystems.MessagingSystemBase.IMessagingSystemFactory.CreateDuplexOutputChannel(System.String)"]

See Also