IssuedSecurityTokenProvider.BeginGetTokenCore(TimeSpan, AsyncCallback, Object) Método
Definição
Começa a obter o núcleo de token de maneira assíncrona.Asynchronously begins getting the token core.
protected:
override IAsyncResult ^ BeginGetTokenCore(TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
protected override IAsyncResult BeginGetTokenCore (TimeSpan timeout, AsyncCallback callback, object state);
override this.BeginGetTokenCore : TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overrides Function BeginGetTokenCore (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Parâmetros
- timeout
- TimeSpan
Um TimeSpan após o qual que a chamada atinge o tempo limite.A TimeSpan after which the call times out.
- callback
- AsyncCallback
O AsyncCallback método a ser executado quando a operação for concluída.The AsyncCallback method to execute when the operation completed.
- state
- Object
Um Object que representa o estado da operação.An Object that represents the state of the operation.
Retornos
Um objeto IAsyncResult que representa o resultado de uma operação assíncrona.An IAsyncResult object that represents the result of an asynchronous operation.