ISender Interface |
Namespace: Rock.Messaging
The ISender type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | SendAsync |
Asynchronously sends the specified message.
|
Name | Description | |
---|---|---|
![]() | Send(String) | Overloaded.
Synchronously sends the specified string message using the Text format.
(Defined by MessagingScenarioExtensions.) |
![]() | Send(Byte) | Overloaded.
Synchronously sends the specified binary message using the Binary format.
(Defined by MessagingScenarioExtensions.) |
![]() | Send(ISenderMessage) | Overloaded.
Synchronously sends the specified message.
(Defined by MessagingScenarioExtensions.) |
![]() | Send(String, MessageFormat) | Overloaded.
Synchronously sends the specified string message.
(Defined by MessagingScenarioExtensions.) |
![]() | Send(Byte, MessageFormat) | Overloaded.
Synchronously sends the specified binary message.
(Defined by MessagingScenarioExtensions.) |
![]() | SendAsync(String) | Overloaded.
Asynchronously sends the specified string message using the Text format.
(Defined by MessagingScenarioExtensions.) |
![]() | SendAsync(Byte) | Overloaded.
Asynchronously sends the specified binary message using the Binary format.
(Defined by MessagingScenarioExtensions.) |
![]() | SendAsync(String, MessageFormat) | Overloaded.
Asynchronously sends the specified string message.
(Defined by MessagingScenarioExtensions.) |
![]() | SendAsync(Byte, MessageFormat) | Overloaded.
Asynchronously sends the specified binary message.
(Defined by MessagingScenarioExtensions.) |