ArcFM Engine Developer Guide
Miner.Responder.Shared.Channels.MSMQ Namespace
Inheritance Hierarchy
Classes
 ClassDescription
ClassCallContextData 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"); }
ClassCallContextData.Values  
ClassIdentityClientSink  
ClassIdentityClientSinkProvider  
ClassIdentityServerSink  
ClassIdentityServerSinkProvider  
ClassIdentityUtil  
ClassMessageExpirationAttribute Specifies the recommended timeout for a OneWay message.
ClassMSMQChannel  
ClassMSMQChannelData  
ClassMSMQChannelException  
ClassMSMQClientChannel Handles sending of request messages to the server.
ClassMSMQClientTransportSink Dispatches method calls (messages) to the server.
ClassMSMQServerChannel Handles the receiving of request messages.
ClassRemoteObjectNotAvailableException  
ClassRequestContext Provides a set of properties that are carried with the execution code path; including across re-tries.
ClassRequestContext.PropertyNames  
ClassStructConverter Converts struct data types to an array of bytes, and an array of bytes to struct data types.
Enumerations
 EnumerationDescription
EnumerationMSMQChannel.QueueType  
See Also

Reference

Miner.Responder.Shared Assembly

 

 


Send Comment