MsIfmxCommand.ExecuteBatchAsync 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.
Overloads
| ExecuteBatchAsync(CancellationToken) | |
| ExecuteBatchAsync(Boolean, CancellationToken) |
ExecuteBatchAsync(CancellationToken)
public:
System::Threading::Tasks::Task<int> ^ ExecuteBatchAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<int> ExecuteBatchAsync (System.Threading.CancellationToken cancellationToken);
member this.ExecuteBatchAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<int>
Parameters
- cancellationToken
- CancellationToken
Returns
Applies to
ExecuteBatchAsync(Boolean, CancellationToken)
public:
System::Threading::Tasks::Task<int> ^ ExecuteBatchAsync(bool done, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<int> ExecuteBatchAsync (bool done, System.Threading.CancellationToken cancellationToken);
member this.ExecuteBatchAsync : bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<int>
Parameters
- done
- Boolean
- cancellationToken
- CancellationToken