Click or drag to resize

LibrarySharingStopSharing Method

Unsupported feature Stops sharing of the document. Sharing can be re-started by calling startSharing().

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public virtual void StopSharing(
	LibrarySharingLibrarySharingCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesLibrarySharingLibrarySharingCompletionHandler
Handler to this operation.
See Also