IssuedSecurityTokenProvider.BeginClose Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously begins closing the provider.
Overloads
BeginClose(AsyncCallback, Object) |
Asynchronously begins closing the provider. |
BeginClose(TimeSpan, AsyncCallback, Object) |
Asynchronously begins closing the provider. |
BeginClose(AsyncCallback, Object)
Asynchronously begins closing the provider.
public:
virtual IAsyncResult ^ BeginClose(AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginClose (AsyncCallback callback, object state);
abstract member BeginClose : AsyncCallback * obj -> IAsyncResult
override this.BeginClose : AsyncCallback * obj -> IAsyncResult
Public Function BeginClose (callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- callback
- AsyncCallback
The AsyncCallback method to execute when the operation completed.
Returns
An IAsyncResult object that represents the result of an asynchronous operation.
Implements
Applies to
BeginClose(TimeSpan, AsyncCallback, Object)
Asynchronously begins closing the provider.
public:
virtual IAsyncResult ^ BeginClose(TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginClose (TimeSpan timeout, AsyncCallback callback, object state);
abstract member BeginClose : TimeSpan * AsyncCallback * obj -> IAsyncResult
override this.BeginClose : TimeSpan * AsyncCallback * obj -> IAsyncResult
Public Function BeginClose (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- callback
- AsyncCallback
The AsyncCallback method to execute when the operation completed.
Returns
An IAsyncResult object that represents the result of an asynchronous operation.