Reference Library
SystemRegisterCancel Method (sysStatRegisterID, userState)
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderSystemRegisterCancel(String, Object)
This request allows the application to cancel a system registration for System Status notification.

Supported in: 6.2.0

Declaration Syntax
C#Visual BasicVisual C++
public int SystemRegisterCancel(
	string sysStatRegisterID,
	Object userState
)
Public Function SystemRegisterCancel ( _
	sysStatRegisterID As String, _
	userState As Object _
) As Integer
public:
int SystemRegisterCancel(
	String^ sysStatRegisterID, 
	Object^ userState
)
Parameters
sysStatRegisterID (String)
The sysStatRegisterID for the registration that is being cancelled.
userState (Object)
Application provided state information
Return Value
The Invoke Id of the outgoing XML message.

Assembly: ServiceProvider (Module: ServiceProvider)