Click or drag to resize

ContactStartPresence Method

Begin monitoring presence for this contact. The Presence property will start being updated after this method is invoked. See also method StopPresence.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void StartPresence(
	AccessControlBehavior accessControlBehavior,
	ContactContactPresenceCompletionHandler completionHandler
)

Parameters

accessControlBehavior
Type: Avaya.ClientServicesAccessControlBehavior
Type of the ACL - confirm policy handling.
completionHandler
Type: Avaya.ClientServicesContactContactPresenceCompletionHandler
Completion handler for this operation.
See Also