UnifiedPortalServiceGetPortalUserTokenCompletionHandler Delegate |
Declares a delegate used to report the status of a GetPortalUserToken request.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic delegate void GetPortalUserTokenCompletionHandler(
string portalUserToken,
DateTime portalUserTokenExpirationTime,
UnifiedPortalErrorEventArgs error
)
Parameters
- 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.
- error
- Type: Avaya.ClientServicesUnifiedPortalErrorEventArgs
Not null if the request failed. Represents the error associated with the request.
See Also