Mimer SQL Data Provider
PrepareAsync Method




Mimer.Data.Client Namespace > MimerBatch Class : PrepareAsync Method
A token to cancel the asynchronous operation.
This is the asynchronous version of Prepare.
Syntax
'Declaration
 
Public Overrides NotOverridable Function PrepareAsync( _
   Optional ByVal cancellationToken As CancellationToken _
) As Task
public override Task PrepareAsync( 
   CancellationToken cancellationToken
)
public function PrepareAsync( 
    cancellationToken: CancellationToken
): Task; override; 
public override function PrepareAsync( 
   cancellationToken : CancellationToken
) : Task;
public: Task* PrepareAsync( 
   CancellationToken cancellationToken
) override 

Parameters

cancellationToken
A token to cancel the asynchronous operation.

Return Value

A task representing the asynchronous operation.
Exceptions
ExceptionDescription
Mimer does not support the PrepareAsync method.
Remarks
This method is not supported.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatch Class
MimerBatch Members