IRgfApiServiceExtensionPostAsyncResultType, ContentType(IRgfApiService, String, ContentType, DictionaryString, String, CancellationToken) Method
Namespace: Recrovit.RecroGridFramework.Abstraction.Contracts.ServicesAssembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.4.0.10320
public static Task<IRgfApiResponse<ResultType>> PostAsync<ResultType, ContentType>(
this IRgfApiService service,
string requestUri,
ContentType content,
Dictionary<string, string> headerParam = null,
CancellationToken cancellationToken = default
)
where ResultType : class
- service IRgfApiService
-
- requestUri String
-
- content ContentType
-
- headerParam DictionaryString, String (Optional)
-
- cancellationToken CancellationToken (Optional)
-
- ResultType
- ContentType
TaskIRgfApiResponseResultTypeIn Visual Basic and C#, you can call this method as an instance method on any object of type
IRgfApiService. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).