Method | Description | |
---|---|---|
Execute ( ) : object |
Executes the callback that was provided with the message with an arbitrary number of parameters.
|
|
NotificationMessageWithCallback ( object sender, object target, string notification, |
Initializes a new instance of the NotificationMessageWithCallback class.
|
|
NotificationMessageWithCallback ( object sender, string notification, |
Initializes a new instance of the NotificationMessageWithCallback class.
|
|
NotificationMessageWithCallback ( string notification, |
Initializes a new instance of the NotificationMessageWithCallback class.
|
Method | Description | |
---|---|---|
CheckCallback ( |
public NotificationMessageWithCallback ( object sender, object target, string notification, |
||
sender | object | The message's sender. |
target | object | The message's intended target. This parameter can be used /// to give an indication as to whom the message was intended for. Of course /// this is only an indication, amd may be null. |
notification | string | An arbitrary string that will be /// carried by the message. |
callback | The callback method that can be executed /// by the recipient to notify the sender that the message has been /// processed. | |
return | System |
public NotificationMessageWithCallback ( object sender, string notification, |
||
sender | object | The message's sender. |
notification | string | An arbitrary string that will be /// carried by the message. |
callback | The callback method that can be executed /// by the recipient to notify the sender that the message has been /// processed. | |
return | System |
public NotificationMessageWithCallback ( string notification, |
||
notification | string | An arbitrary string that will be /// carried by the message. |
callback | The callback method that can be executed /// by the recipient to notify the sender that the message has been /// processed. | |
return | System |