Method | Description | |
---|---|---|
BeginProcessingMessages ( string connectionString, string queueName ) : void | ||
EndProcessingMessages ( ) : void |
Method | Description | |
---|---|---|
ProcessMessageAsync ( BrokeredMessage message ) : void |
public static BeginProcessingMessages ( string connectionString, string queueName ) : void | ||
connectionString | string | |
queueName | string | |
return | void |
public static EndProcessingMessages ( ) : void | ||
return | void |