Property | Type | Description | |
---|---|---|---|
ProcessedMessageTypes | List |
Property | Type | Description | |
---|---|---|---|
_shutdown | bool | ||
m_clusterMemberInfo | |||
m_formatter | IClusterMessageFormatter |
Method | Description | |
---|---|---|
ClusterChannel ( IClusterMessageFormatter formatter, |
||
Purge ( ) : void | ||
Send ( |
||
ShutDown ( ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
InternalSend ( Stream messageBody ) : void | ||
OnReceiveException ( |
||
OnSendException ( |
||
StartMessagePump ( ) : void | ||
StopMessagePump ( ) : void |
Method | Description | |
---|---|---|
CheckProcessableMessages ( object parameter ) : void | ||
GetProcessableMessages ( ) : List |
||
OnMessageReceived ( Stream messageBody ) : void | ||
ProcessSingleMessage ( object parameter ) : void |
public ClusterChannel ( IClusterMessageFormatter formatter, |
||
formatter | IClusterMessageFormatter | |
clusterMemberInfo | ||
return | System |
protected abstract InternalSend ( Stream messageBody ) : void | ||
messageBody | Stream | |
return | void |
protected OnReceiveException ( |
||
exception | ||
return | void |
protected OnSendException ( |
||
message | ||
exception | ||
return | void |
public Send ( |
||
message | ||
return | void |
protected ClusterMemberInfo,SenseNet.Communication.Messaging m_clusterMemberInfo | ||
return |