Méthode | Description | |
---|---|---|
RequireImmediateDispatch ( this options ) : void |
Requests the messsage to be dispatched to the transport immediately. This means that the message is ACKed by the transport as soon as the call to send returns. The message will not be enlisted in any current receive transaction even if the transport support it.
|
|
RequiredImmediateDispatch ( this options ) : bool |
Returns whether immediate dispatch has been request by RequireImmediateDispatch or not.
|
public static RequireImmediateDispatch ( this options ) : void | ||
options | this | The options being extended. |
Résultat | void |
public static RequiredImmediateDispatch ( this options ) : bool | ||
options | this | The options being extended. |
Résultat | bool |