C# Class SenseNet.Communication.Messaging.VoidChannel

Provides a dummy "Null" cluster channel. The sent messages will be ignored.
Inheritance: ClusterChannel
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
VoidChannel ( IClusterMessageFormatter formatter, ClusterMemberInfo clusterMemberInfo ) : System

Protected Methods

Method Description
InternalSend ( System messageBody ) : void

Method Details

InternalSend() protected method

protected InternalSend ( System messageBody ) : void
messageBody System
return void

VoidChannel() public method

public VoidChannel ( IClusterMessageFormatter formatter, ClusterMemberInfo clusterMemberInfo ) : System
formatter IClusterMessageFormatter
clusterMemberInfo ClusterMemberInfo
return System