RecroDictDeleteAsync Method

Delete.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.7.0.24.1008.1
C#
public static Task DeleteAsync(
	string scope,
	string stringId
)

Parameters

scope  String
The scope.
stringId  String
The stringId.

Return Value

Task

See Also