ArcFM Responder Mobile Developer Guide
SubmitCallCommand Class
Members 






Submit a new call for a customer. var submitCall = new SubmitCallCommand(account) .Remarks("Generated by IVR"); submitCall.Submit();
Object Model
SubmitCallCommand Class
Syntax
'Declaration
 
<System.SerializableAttribute()>
Public Class SubmitCallCommand 
'Usage
 
Dim instance As SubmitCallCommand
[System.Serializable()]
public class SubmitCallCommand 
public class SubmitCallCommand 
System.SerializableAttribute()
public class SubmitCallCommand 
[System.Serializable()]
public __gc class SubmitCallCommand 
[System.Serializable()]
public ref 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SubmitCallCommand Members
Miner.Responder.Framework.Requests Namespace

Send Feedback