Метод | Описание | |
---|---|---|
BeginTransaction ( ContextBag context ) : Task |
||
Get ( string messageId, ContextBag options ) : Task |
||
SetAsDispatched ( string messageId, ContextBag options ) : System.Threading.Tasks.Task | ||
Store ( |
public BeginTransaction ( ContextBag context ) : Task |
||
context | ContextBag | |
Результат | Task |
public Get ( string messageId, ContextBag options ) : Task |
||
messageId | string | |
options | ContextBag | |
Результат | Task |
public SetAsDispatched ( string messageId, ContextBag options ) : System.Threading.Tasks.Task | ||
messageId | string | |
options | ContextBag | |
Результат | System.Threading.Tasks.Task |
public Store ( |
||
message | ||
transaction | OutboxTransaction | |
options | ContextBag | |
Результат | System.Threading.Tasks.Task |