NodeBaseExecute Method

Executes the logic for this node.

Definition

Namespace: MobileTrack.EventHandler.NodeHandlers
Assembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
public Task Execute(
	CancellationToken stoppingToken
)

Parameters

stoppingToken  CancellationToken
Cancellation token

Return Value

Task
Task execution.

See Also