Responder Developer Guide
GetCustomersAffectedByOutage Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Returns all customers that are affected by a specfic outage of interest, given the outageEventID. The outageEventID is the objectID for the outageEvent object.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function GetCustomersAffectedByOutage( _
   ByVal outageEventID As String _
) As customersAffectedByOutage
'Usage
 
Dim instance As OAServer
Dim outageEventID As String
Dim value As customersAffectedByOutage
 
value = instance.GetCustomersAffectedByOutage(outageEventID)
[WebMethod("Returns all customers that are affected by a specfic outage of interest, given the outageEventID. The outageEventID is the objectID for the outageEvent object.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public customersAffectedByOutage GetCustomersAffectedByOutage( 
   string outageEventID
)

Parameters

outageEventID
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

OAServer Class
OAServer Members

 

 


Send Comment