Share via


DataOperationStateProvider.CleanupDataStorageAsync(String, String) Method

Definition

Removes the data for this table in the storage.

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

Parameters

schemaName
String

The schema name

tableStepName
String

The table name

Returns

True if successful

Applies to