RgManagerGetResourceAsyncResultType Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Handlers
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.4.0.10320
C#
public Task<ResultType> GetResourceAsync<ResultType>(
	string name,
	Dictionary<string, string> query
)
where ResultType : class

Parameters

name  String
 
query  DictionaryString, String
 

Type Parameters

ResultType

Return Value

TaskResultType

Implements

IRgManagerGetResourceAsyncResultType(String, DictionaryString, String)

See Also