Click or drag to resize
ContactStopPresence Method
Stop monitoring presence for this contact. The Presence property will be reset and will not update after this method is called.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void StopPresence(
	ContactContactPresenceCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesContactContactPresenceCompletionHandler
Completion handler for this operation.
See Also