Responder Developer Guide
DomainMembersChangedNotification Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("This method permits a client to have changed information on domain members published to it using a previously arranged subscription, set up using the RegisterForServiceMethod. The client should first obtain a registrationID and then register for service, including the DomainMembersChangedNotification as one of the methods in the list of methods to which the client has subscribed.  The server shall include the registrationID for the subscription in the message header so that the client can determine the source of the  domainMember information. ")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function DomainMembersChangedNotification( _
   ByVal changedDomainMembers() As domainMember _
) As errorObject()
'Usage
 
Dim instance As OAServer
Dim changedDomainMembers() As domainMember
Dim value() As errorObject
 
value = instance.DomainMembersChangedNotification(changedDomainMembers)
[WebMethod("This method permits a client to have changed information on domain members published to it using a previously arranged subscription, set up using the RegisterForServiceMethod. The client should first obtain a registrationID and then register for service, including the DomainMembersChangedNotification as one of the methods in the list of methods to which the client has subscribed.  The server shall include the registrationID for the subscription in the message header so that the client can determine the source of the  domainMember information. ")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public errorObject[] DomainMembersChangedNotification( 
   domainMember[] changedDomainMembers
)

Parameters

changedDomainMembers
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