Freigeben über


DataOperationStateProvider.MarkStepNotStartedAsync(String, String) Method

Definition

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

public abstract System.Threading.Tasks.Task MarkStepNotStartedAsync (string schemaName, string tableStepName);
abstract member MarkStepNotStartedAsync : string * string -> System.Threading.Tasks.Task
Public MustOverride Function MarkStepNotStartedAsync (schemaName As String, tableStepName As String) As Task

Parameters

schemaName
String

The schema name

tableStepName
String

The table name

Returns

Applies to