JTapiUnsubscribe

Metreos.Providers.JTapi.JTapiUnsubscribe

Summary

Unregisters a device with JTAPI.

Usage

JTapiUnsubscribe will unregister a device previously successfully registered with JTapiNonTriggeringSubscribe.

Remarks

None

Action Parameters
Parameter Name.NET TypeDefaultDescription
TimeoutSystem.Int32The Timeout property specifies to the Application Runtime Environment how long to wait for a response from the provider for the current action. The ReturnValue returned in this case is Timeout. The value must be a literal value in milliseconds.
DeviceName *System.StringThe device name of the device to be unregistered.
Result Data
Parameter Name.NET TypeDescription
ResultCodeSystem.StringDescribes the result of the action with a textual success or error message.

Branch Conditions 

Success

No description.

Failure

No description.

Timeout

No description.