IssuedSecurityTokenProvider.EndClose(IAsyncResult) Method

Definition

Ends the asynchronous call for closing the provider.

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

Parameters

result
IAsyncResult

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

Implements

Applies to