Returns a channel message sink that delivers messages to the specified URL or channel data object.
Declaring type: NullChannel
Namespace: Zyan.Communication.Protocols.Null
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public IMessageSink CreateMessageSink (
        string url,
        object remoteChannelData,
        out string objectUri
) 
Parameters
url
Object url.
remoteChannelData
Channel-specific data of the remote channel.
objectUri
Object uri portion of the given url.
Return Value