Click or drag to resize

CommonPerformServiceGroupPost_AsyncT Method

[Missing <summary> documentation for "M:IAS.Common.PerformServiceGroupPost_Async``1(System.String,IAS.Common.AuthenticationType,System.Object)"]

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Task<T> PerformServiceGroupPost_Async<T>(
	string method,
	CommonAuthenticationType authenticationInfo,
	Object jsonData
)

Parameters

method
Type: SystemString

[Missing <param name="method"/> documentation for "M:IAS.Common.PerformServiceGroupPost_Async``1(System.String,IAS.Common.AuthenticationType,System.Object)"]

authenticationInfo
Type: IASCommonAuthenticationType

[Missing <param name="authenticationInfo"/> documentation for "M:IAS.Common.PerformServiceGroupPost_Async``1(System.String,IAS.Common.AuthenticationType,System.Object)"]

jsonData
Type: SystemObject

[Missing <param name="jsonData"/> documentation for "M:IAS.Common.PerformServiceGroupPost_Async``1(System.String,IAS.Common.AuthenticationType,System.Object)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:IAS.Common.PerformServiceGroupPost_Async``1(System.String,IAS.Common.AuthenticationType,System.Object)"]

Return Value

Type: TaskT

[Missing <returns> documentation for "M:IAS.Common.PerformServiceGroupPost_Async``1(System.String,IAS.Common.AuthenticationType,System.Object)"]

See Also