Method | Description | |
---|---|---|
GetSentDestinations ( ) : IEnumerable |
||
Initialize ( EndpointAddress inputAddress, EndpointAddress errorAddress ) : void | ||
Publish ( ChannelMessage channelMessage ) : void | ||
Reset ( ) : void | ||
Send ( EndpointAddress destination, ChannelMessage channelMessage ) : void |
public static GetSentDestinations ( ) : IEnumerable |
||
return | IEnumerable |
public Initialize ( EndpointAddress inputAddress, EndpointAddress errorAddress ) : void | ||
inputAddress | EndpointAddress | |
errorAddress | EndpointAddress | |
return | void |
public Publish ( ChannelMessage channelMessage ) : void | ||
channelMessage | ChannelMessage | |
return | void |
public Send ( EndpointAddress destination, ChannelMessage channelMessage ) : void | ||
destination | EndpointAddress | |
channelMessage | ChannelMessage | |
return | void |