Свойство | Type | Description | |
---|---|---|---|
MessageID | string | ||
args | object[] |
Méthode | Description | |
---|---|---|
AckMethod ( ) : System | ||
AckMethod ( string messageID, MethodEventHandler method, object args ) : System | ||
CallMethod ( System.DateTime TimeReceived ) : void |
Invokes the method.
|
public AckMethod ( string messageID, MethodEventHandler method, object args ) : System | ||
messageID | string | |
method | MethodEventHandler | |
args | object | |
Résultat | System |
public CallMethod ( System.DateTime TimeReceived ) : void | ||
TimeReceived | System.DateTime | The DateTime the ack for this message was received. |
Résultat | void |