C# Class SenseNet.Communication.Messaging.TraceChannel

Provides a dummy cluster channel. The sent messages will be written to the trace console.
Inheritance: ClusterChannel
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
TraceChannel ( 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

TraceChannel() public method

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