Responder Developer Guide
MeterExchangeNotification Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Publisher notifies subscriber that meter(s) have been deployed or exchanged. A meterExchange shall be a paired transaction of a meter being removed and a meter being installed in the same meter base. Subscriber returns information about failed transactions in an array of errorObjects. The message header attribute 'registrationID' should be added to all publish messages to indicate to the subscriber under which registrationID they received this notification data.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function MeterExchangeNotification( _
   ByVal meterChangeout() As meterExchange _
) As errorObject()
'Usage
 
Dim instance As OAServer
Dim meterChangeout() As meterExchange
Dim value() As errorObject
 
value = instance.MeterExchangeNotification(meterChangeout)
[WebMethod("Publisher notifies subscriber that meter(s) have been deployed or exchanged. A meterExchange shall be a paired transaction of a meter being removed and a meter being installed in the same meter base. Subscriber returns information about failed transactions in an array of errorObjects. The message header attribute 'registrationID' should be added to all publish messages to indicate to the subscriber under which registrationID they received this notification data.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public errorObject[] MeterExchangeNotification( 
   meterExchange[] meterChangeout
)

Parameters

meterChangeout
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