Responder Developer Guide
GetRegistrationInfoByID Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("This method requests the return of existing registration information (that is to say the details of what is subscribed on this subscription) for a specific registrationID.  The server should return a SOAPFault if the registrationID is not valid.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function GetRegistrationInfoByID( _
   ByVal registrationID As String _
) As registrationInfo
'Usage
 
Dim instance As OAServer
Dim registrationID As String
Dim value As registrationInfo
 
value = instance.GetRegistrationInfoByID(registrationID)
[WebMethod("This method requests the return of existing registration information (that is to say the details of what is subscribed on this subscription) for a specific registrationID.  The server should return a SOAPFault if the registrationID is not valid.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public registrationInfo GetRegistrationInfoByID( 
   string registrationID
)

Parameters

registrationID
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