Click or drag to resize

CommonPerformServiceGroupGetT Method

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

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static T PerformServiceGroupGet<T>(
	string method,
	CommonAuthenticationType authenticationInfo,
	string queryString = ""
)

Parameters

method
Type: SystemString

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

authenticationInfo
Type: IASCommonAuthenticationType

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

queryString (Optional)
Type: SystemString

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

Type Parameters

T

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

Return Value

Type: T

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

See Also