Responder Developer Guide
UnregisterForService Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("This method deletes a previously established subscription (registration for service) that carries the registration identifer listed in the input parameter registrationID.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function UnregisterForService( _
   ByVal registrationID As String _
) As errorObject()
'Usage
 
Dim instance As OAServer
Dim registrationID As String
Dim value() As errorObject
 
value = instance.UnregisterForService(registrationID)
[WebMethod("This method deletes a previously established subscription (registration for service) that carries the registration identifer listed in the input parameter registrationID.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public errorObject[] UnregisterForService( 
   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