Method | Description | |
---|---|---|
AfterReceiveReply ( System &reply, object correlationState ) : void |
AfterReceiveReply executes after a reply has been received from the channel
|
|
BeforeSendRequest ( System &request, System channel ) : object |
BeforeSendRequest executes before a reply has been sent to the channel
|
public AfterReceiveReply ( System &reply, object correlationState ) : void | ||
reply | System | This parameter contains the reply from the channel |
correlationState | object | This parameter contains the correlation state |
return | void |
public BeforeSendRequest ( System &request, System channel ) : object | ||
request | System | This parameter contains the request to the channel |
channel | System | The channel to send to |
return | object |