RecroDictDeleteAsync Method

Delete.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.16.0.25.0402.1
C#
public static Task<int> DeleteAsync(
	string scope,
	string resourceKey
)

Parameters

scope  String
The scope.
resourceKey  String
The ResourceKey.

Return Value

TaskInt32

See Also