IssuedSecurityTokenProvider.EndOpen(IAsyncResult) Method

Definition

Ends the asynchronous call for opening the provider.

public:
 virtual void EndOpen(IAsyncResult ^ result);
public void EndOpen (IAsyncResult result);
abstract member EndOpen : IAsyncResult -> unit
override this.EndOpen : IAsyncResult -> unit
Public Sub EndOpen (result As IAsyncResult)

Parameters

result
IAsyncResult

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

Implements

Applies to