AdomdConnection.OnAccessTokenExpired Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a callback method for notifying applications when the current access token is near expiration.
public Func<Microsoft.AnalysisServices.AdomdClient.AccessToken,Microsoft.AnalysisServices.AdomdClient.AccessToken> OnAccessTokenExpired { get; set; }
member this.OnAccessTokenExpired : Func<Microsoft.AnalysisServices.AdomdClient.AccessToken, Microsoft.AnalysisServices.AdomdClient.AccessToken> with get, set
Public Property OnAccessTokenExpired As Func(Of AccessToken, AccessToken)
Property Value
Refreshed AccessToken object