ArcFM Engine Developer Guide
SubmitCallCommand Class
Members 


Product Availability
Required Licenses
.NET Assembly
Submit a new call for a customer. var submitCall = new SubmitCallCommand(account) .Remarks("Generated by IVR"); submitCall.Submit();
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class SubmitCallCommand 
'Usage
 
Dim instance As SubmitCallCommand
[Serializable()]
public class SubmitCallCommand 
Example
var submitCall = new SubmitCallCommand(account) .Remarks("Generated by IVR"); submitCall.Submit();
Inheritance Hierarchy

System.Object
   Miner.Responder.Framework.Requests.SubmitCallCommand

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

SubmitCallCommand Members
Miner.Responder.Framework.Requests Namespace

 

 


Send Comment