Click or drag to resize

NamedPipeMessagingSystemFactoryCreateDuplexInputChannel Method

[Missing <summary> documentation for "M:Eneter.Messaging.MessagingSystems.NamedPipeMessagingSystem.NamedPipeMessagingSystemFactory.CreateDuplexInputChannel(System.String)"]

Namespace:  Eneter.Messaging.MessagingSystems.NamedPipeMessagingSystem
Assembly:  Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax
public IDuplexInputChannel CreateDuplexInputChannel(
	string channelId
)

Parameters

channelId
Type: SystemString

[Missing <param name="channelId"/> documentation for "M:Eneter.Messaging.MessagingSystems.NamedPipeMessagingSystem.NamedPipeMessagingSystemFactory.CreateDuplexInputChannel(System.String)"]

Return Value

Type: IDuplexInputChannel

[Missing <returns> documentation for "M:Eneter.Messaging.MessagingSystems.NamedPipeMessagingSystem.NamedPipeMessagingSystemFactory.CreateDuplexInputChannel(System.String)"]

Implements

IMessagingSystemFactoryCreateDuplexInputChannel(String)
See Also