Click or drag to resize

UnifiedPortalServiceGetResourcesCompletionHandler Delegate

Declares a delegate used to report the status of a GetResources request.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void GetResourcesCompletionHandler(
	UnifiedPortalResources resources,
	string portalUserToken,
	DateTime portalUserTokenExpirationTime,
	UnifiedPortalConferencingConfiguration conferencingConfiguration,
	UnifiedPortalErrorEventArgs error
)

Parameters

resources
Type: Avaya.ClientServicesUnifiedPortalResources
Unified Portal resources. Not null if the request was successfully completed.
portalUserToken
Type: SystemString
Portal User Token. Not null if the request was successfully completed.
portalUserTokenExpirationTime
Type: SystemDateTime
The time Portal User Token is valid till. Application shall check token for expiration before use, and obtain a new token if required. Not null if the request was successfully completed.
conferencingConfiguration
Type: Avaya.ClientServicesUnifiedPortalConferencingConfiguration
Unified Portal conferencing configuration.
error
Type: Avaya.ClientServicesUnifiedPortalErrorEventArgs
Not null if the request failed. Represents the error associated with the request.
See Also