Share via


DataPhaseOperationStateProvider.MarkStepStartedAsync(String, String) Method

Definition

Mark the step state as started.

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

Parameters

schemaName
String

Schema name

tableStepName
String

Table name

Returns

Applies to