Click or drag to resize

ContactServiceGetSelfContact Method

Gets the contact information for the currently logged-in user..

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void GetSelfContact(
	ContactServiceGetSelfContactCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesContactServiceGetSelfContactCompletionHandler
The completion handler for this operation. Operation success or failure is reported through this handler.
Remarks
It is possible for no contact record to be found for the current user. In this case the application should fall back to other methods for retrieving or displaying contact information for the current user.
See Also