MsDb2Command.ExecuteNonQueryIdentityAsync(CancellationToken) Method

Definition

public:
 System::Threading::Tasks::Task<Microsoft::HostIntegration::MsDb2Client::MsDb2DataReader ^> ^ ExecuteNonQueryIdentityAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<Microsoft.HostIntegration.MsDb2Client.MsDb2DataReader> ExecuteNonQueryIdentityAsync (System.Threading.CancellationToken cancellationToken);
member this.ExecuteNonQueryIdentityAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.HostIntegration.MsDb2Client.MsDb2DataReader>

Parameters

cancellationToken
CancellationToken

Returns

Task<MsDb2DataReader>

Applies to