MessagingScenarioExtensions Class |
Namespace: Rock.Messaging
The MessagingScenarioExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Send(ISender, ISenderMessage) |
Synchronously sends the specified message.
|
![]() ![]() | Send(ISender, Byte) |
Synchronously sends the specified binary message using the Binary format.
|
![]() ![]() | Send(ISender, String) |
Synchronously sends the specified string message using the Text format.
|
![]() ![]() | Send(ISender, Byte, MessageFormat) |
Synchronously sends the specified binary message.
|
![]() ![]() | Send(ISender, String, MessageFormat) |
Synchronously sends the specified string message.
|
![]() ![]() | SendAsync(ISender, Byte) |
Asynchronously sends the specified binary message using the Binary format.
|
![]() ![]() | SendAsync(ISender, String) |
Asynchronously sends the specified string message using the Text format.
|
![]() ![]() | SendAsync(ISender, Byte, MessageFormat) |
Asynchronously sends the specified binary message.
|
![]() ![]() | SendAsync(ISender, String, MessageFormat) |
Asynchronously sends the specified string message.
|
![]() ![]() | Start |
Starts listening for messages.
|