Share via


DataPhaseOperationStateProvider.MarkStepNotStartedAsync Method

Definition

Mark the step state as not started, if a step state does not exist yet, add it with value not started.

public override System.Threading.Tasks.Task MarkStepNotStartedAsync (string schemaName, string tableStepName);
override this.MarkStepNotStartedAsync : string * string -> System.Threading.Tasks.Task
Public Overrides Function MarkStepNotStartedAsync (schemaName As String, tableStepName As String) As Task

Parameters

schemaName
String

Schema name

tableStepName
String

Table name

Returns

Applies to