ArcFM Engine Developer Guide
CallContextData Class
Members 


Product Availability
Required Licenses
.NET Assembly
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"); }
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class CallContextData 
'Usage
 
Dim instance As CallContextData
[Serializable()]
public class CallContextData 
Inheritance Hierarchy

System.Object
   Miner.Responder.Shared.Channels.MSMQ.CallContextData

Requirements

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.

See Also

Reference

CallContextData Members
Miner.Responder.Shared.Channels.MSMQ Namespace

 

 


Send Comment