Method | Description | |
---|---|---|
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 | |
return | bool? |
public static GetMessageExpiration ( this queue ) : bool? | ||
queue | this | |
return | bool? |
public static SetMessageDelay ( this queue, bool enabled ) : void | ||
queue | this | |
enabled | bool | |
return | void |
public static SetMessageExpiration ( this queue, bool enabled ) : void | ||
queue | this | |
enabled | bool | |
return | void |