Responder Developer Guide
ProcessCallBack Method (IIvrObService)


Syntax
'Declaration
 
<OperationContractAttribute(ProtectionLevel=ProtectionLevel.EncryptAndSign, 
   Action="http://tempuri.org/IIvrObService/ProcessCallBack", 
   ReplyAction="http://tempuri.org/IIvrObService/ProcessCallBackResponse")>
Sub ProcessCallBack( _
   ByVal incidentId As Integer _
) 
'Usage
 
Dim instance As IIvrObService
Dim incidentId As Integer
 
instance.ProcessCallBack(incidentId)
[OperationContract(ProtectionLevel=ProtectionLevel.EncryptAndSign, 
   Action="http://tempuri.org/IIvrObService/ProcessCallBack", 
   ReplyAction="http://tempuri.org/IIvrObService/ProcessCallBackResponse")]
void ProcessCallBack( 
   int incidentId
)

Parameters

incidentId
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

IIvrObService Interface
IIvrObService Members

 

 


Send Comment