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