NurApiExecuteCommandAsync Method

Excute NUR command asyncronously

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public Task<NurCmd> ExecuteCommandAsync(
	NurCmd cmd,
	CancellationTokenSource ct
)

Parameters

cmd  NurCmd
NurCmd
ct  CancellationTokenSource
cancellation token source

Return Value

TaskNurCmd
result of execution as NurCmd

See Also