Click or drag to resize

UnifiedPortalServiceSendClientInfo Method

Send client info to Unified Portal. Used by desktop clients which are launched by portal and receive client detection session id for sending client information back to portal.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SendClientInfo(
	UnifiedPortalConfiguration unifiedPortalConfiguration,
	string clientSessionId,
	string clientInfo,
	UnifiedPortalServiceSendClientInfoCompletionHandler completionHandler
)

Parameters

unifiedPortalConfiguration
Type: Avaya.ClientServicesUnifiedPortalConfiguration
Server configuration that will be used for this request.
clientSessionId
Type: SystemString
The session id passed by portal to client.
clientInfo
Type: SystemString
String-serialized client info. Passed to the portal as is, without any preprocessing.
completionHandler
Type: Avaya.ClientServicesUnifiedPortalServiceSendClientInfoCompletionHandler
The completion handler for this operation.
See Also