NamedPipeQueueProducer Class |
Namespace: Rock.Messaging.NamedPipes
The NamedPipeQueueProducer type exposes the following members.
Name | Description | |
---|---|---|
![]() | NamedPipeQueueProducer |
Initializes a new instance of the NamedPipeQueueProducer class.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SendAsync |
Sends the specified message.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.) |