Method | Description | |
---|---|---|
ReceiveMessage ( IMessageContext context ) : IReceivedMessageInternal |
Returns a message to process.
|
|
ReceiveMessageAsync ( IMessageContext context ) : Task |
Returns a message to process.
|
|
SqlServerMessageQueueReceive ( |
Initializes a new instance of the SqlServerMessageQueueReceive class.
|
Method | Description | |
---|---|---|
ContextCleanup ( IMessageContext context, |
Clean up the message context when processing is done
|
|
ContextOnCommit ( object sender, |
On Commit
|
|
ContextOnCommitTransaction ( object sender, |
Commit a message
|
|
ContextOnRollback ( object sender, |
On Rollback
|
|
ContextOnRollbackTransaction ( object sender, |
Roll back a message
|
|
GetConnectionAndSetOnContext ( IMessageContext context ) : |
Creates the connection object for the parent caller and stores it on the worker context.
|
|
context_Cleanup ( object sender, |
Handles the Cleanup event of the context control.
|
public ReceiveMessage ( IMessageContext context ) : IReceivedMessageInternal | ||
context | IMessageContext | The context. |
return | IReceivedMessageInternal |
public ReceiveMessageAsync ( IMessageContext context ) : Task |
||
context | IMessageContext | The message context. |
return | Task |
public SqlServerMessageQueueReceive ( |
||
configuration | The configuration. | |
connectionFactory | IConnectionFactory | The connection factory. |
cancelWork | IQueueCancelWork | The cancel work. |
handleMessage | The handle message. | |
receiveMessages | The receive messages. | |
sqlHeaders | The SQL headers. | |
return | System |