Miner.Responder.Shared Assembly > Miner.Responder.Shared.Channels.MSMQ Namespace : CallContextData Class |
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"); }
'Declaration <SerializableAttribute()> Public Class CallContextData
'Usage Dim instance As CallContextData
[Serializable()] public class CallContextData
System.Object
Miner.Responder.Shared.Channels.MSMQ.CallContextData
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.