Miner.Responder.Shared Assembly : Miner.Responder.Shared.Channels.MSMQ Namespace |
Class | Description | |
---|---|---|
CallContextData | Created to allow sending data along the submit pipeline to set: CallContext.SetData("MyProperty", new CallContextData()); to check: CallContextData property = CallContext.GetData("MyProperty") as CallContextData; if (property != null) { // This has been set object setting = property.GetProperty("someSetting"); } | |
CallContextData.Values | ||
IdentityClientSink | ||
IdentityClientSinkProvider | ||
IdentityServerSink | ||
IdentityServerSinkProvider | ||
IdentityUtil | ||
MessageExpirationAttribute | Specifies the recommended timeout for a OneWay message. | |
MSMQChannel | ||
MSMQChannelData | ||
MSMQChannelException | ||
MSMQClientChannel | Handles sending of request messages to the server. | |
MSMQClientTransportSink | Dispatches method calls (messages) to the server. | |
MSMQServerChannel | Handles the receiving of request messages. | |
RemoteObjectNotAvailableException | ||
RequestContext | Provides a set of properties that are carried with the execution code path; including across re-tries. | |
RequestContext.PropertyNames | ||
StructConverter | Converts struct data types to an array of bytes, and an array of bytes to struct data types. |
Enumeration | Description | |
---|---|---|
MSMQChannel.QueueType |