C# 클래스 MessagingSamples.DelegatingTokenProvider

상속: TokenProvider
파일 보기 프로젝트 열기: Azure-Samples/azure-servicebus-messaging-samples 1 사용 예제들

공개 메소드들

메소드 설명
DelegatingTokenProvider ( TokenProvider tokenProvider ) : System

보호된 메소드들

메소드 설명
OnBeginGetToken ( string appliesTo, string action, System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult
OnBeginGetWebToken ( string appliesTo, string action, System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult
OnEndGetToken ( IAsyncResult result, System.DateTime &cacheUntil ) : System.IdentityModel.Tokens.SecurityToken
OnEndGetWebToken ( IAsyncResult result, System.DateTime &cacheUntil ) : string

메소드 상세

DelegatingTokenProvider() 공개 메소드

public DelegatingTokenProvider ( TokenProvider tokenProvider ) : System
tokenProvider TokenProvider
리턴 System

OnBeginGetToken() 보호된 메소드

protected OnBeginGetToken ( string appliesTo, string action, System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult
appliesTo string
action string
timeout System.TimeSpan
callback AsyncCallback
state object
리턴 IAsyncResult

OnBeginGetWebToken() 보호된 메소드

protected OnBeginGetWebToken ( string appliesTo, string action, System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult
appliesTo string
action string
timeout System.TimeSpan
callback AsyncCallback
state object
리턴 IAsyncResult

OnEndGetToken() 보호된 메소드

protected OnEndGetToken ( IAsyncResult result, System.DateTime &cacheUntil ) : System.IdentityModel.Tokens.SecurityToken
result IAsyncResult
cacheUntil System.DateTime
리턴 System.IdentityModel.Tokens.SecurityToken

OnEndGetWebToken() 보호된 메소드

protected OnEndGetWebToken ( IAsyncResult result, System.DateTime &cacheUntil ) : string
result IAsyncResult
cacheUntil System.DateTime
리턴 string