Метод | Описание | |
---|---|---|
GetMessageDelay ( this queue ) : bool? | ||
GetMessageExpiration ( this queue ) : bool? | ||
SetMessageDelay ( this queue, bool enabled ) : void | ||
SetMessageExpiration ( this queue, bool enabled ) : void |
public static GetMessageDelay ( this queue ) : bool? | ||
queue | this | |
Результат | bool? |
public static GetMessageExpiration ( this queue ) : bool? | ||
queue | this | |
Результат | bool? |
public static SetMessageDelay ( this queue, bool enabled ) : void | ||
queue | this | |
enabled | bool | |
Результат | void |
public static SetMessageExpiration ( this queue, bool enabled ) : void | ||
queue | this | |
enabled | bool | |
Результат | void |