IssuedSecurityTokenProvider.BeginOpen Method

Definition

Asynchronously begins opening the provider.

Overloads

BeginOpen(AsyncCallback, Object)

Asynchronously begins opening the provider.

BeginOpen(TimeSpan, AsyncCallback, Object)

Asynchronously begins opening the provider.

BeginOpen(AsyncCallback, Object)

Asynchronously begins opening the provider.

C#
public IAsyncResult BeginOpen(AsyncCallback callback, object state);

Parameters

callback
AsyncCallback

The AsyncCallback method to execute when the operation completed.

state
Object

An Object that represents the state of the operation.

Returns

An IAsyncResult object that represents the result of an asynchronous operation.

Implements

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

BeginOpen(TimeSpan, AsyncCallback, Object)

Asynchronously begins opening the provider.

C#
public IAsyncResult BeginOpen(TimeSpan timeout, AsyncCallback callback, object state);

Parameters

timeout
TimeSpan

A TimeSpan after which the call times out.

callback
AsyncCallback

The AsyncCallback method to execute when the operation completed.

state
Object

An Object that represents the state of the operation.

Returns

An IAsyncResult object that represents the result of an asynchronous operation.

Implements

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1