Click or drag to resize

PersonClientGetMe Method

Retrieves the details for the authenticated user.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void GetMe(
	Action<WebexApiEventArgs<Person>> completionHandler
)

Parameters

completionHandler
Type: SystemActionWebexApiEventArgsPerson
The completion event handler.
Remarks
Since: 0.1.0
See Also