Méthode | Description | |
---|---|---|
GetDelay ( this data ) : TimeSpan? |
Gets the message delay.
|
|
GetExpiration ( this data ) : TimeSpan? |
Gets the message expiration.
|
|
GetPriority ( this data ) : ushort? |
Gets the priority. Defaults to 128. Min value is 0, max value is 255. 0 = highest priority 255 = lowest priority |
|
SetDelay ( this data, System.TimeSpan delay ) : void |
Sets the message delay.
|
|
SetExpiration ( this data, System.TimeSpan expiration ) : void |
Sets the message expiration.
|
|
SetPriority ( this data, ushort priority ) : void |
Sets the priority. Defaults to 128. Min value is 0, max value is 255. 0 = highest priority 255 = lowest priority |
public static GetDelay ( this data ) : TimeSpan? | ||
data | this | The data. |
Résultat | TimeSpan? |
public static GetExpiration ( this data ) : TimeSpan? | ||
data | this | The data. |
Résultat | TimeSpan? |
public static GetPriority ( this data ) : ushort? | ||
data | this | The data. |
Résultat | ushort? |
public static SetDelay ( this data, System.TimeSpan delay ) : void | ||
data | this | The data. |
delay | System.TimeSpan | The delay. |
Résultat | void |
public static SetExpiration ( this data, System.TimeSpan expiration ) : void | ||
data | this | The data. |
expiration | System.TimeSpan | The expiration. |
Résultat | void |
public static SetPriority ( this data, ushort priority ) : void | ||
data | this | The data. |
priority | ushort | The priority. |
Résultat | void |