Method | Description | |
---|---|---|
CreateQueues ( ) : void | ||
Dispose ( ) : void | ||
GetQueue ( |
||
QueueManager ( string connectionStringName ) : System | ||
Receive ( |
||
Receive ( |
||
Send ( |
||
WaitForQueueWithMessageNotification ( ) : |
Method | Description | |
---|---|---|
AssertNotDisposed ( ) : void | ||
EnsureEnslistment ( ) : void | ||
GetMessageFromQueue ( |
||
PurgeOldData ( object ignored ) : void |
public GetQueue ( |
||
queueUri | ||
return | IQueue |
public QueueManager ( string connectionStringName ) : System | ||
connectionStringName | string | |
return | System |
public Receive ( |
||
queueUri | ||
return | ServiceBroker.Queues.MessageEnvelope |
public Receive ( |
||
queueUri | ||
timeout | System.TimeSpan | |
return | ServiceBroker.Queues.MessageEnvelope |
public Send ( |
||
fromQueue | ||
toQueue | ||
payload | ServiceBroker.Queues.MessageEnvelope | |
return | void |
public WaitForQueueWithMessageNotification ( ) : |
||
return |