Click or drag to resize
CustomObjectsClientRetriveCustomObjectsByIdsAsyncT Method

[Missing <summary> documentation for "M:Quickblox.Sdk.Modules.CustomObjectModule.CustomObjectsClient.RetriveCustomObjectsByIdsAsync``1(System.String,System.String)"]

Namespace: Quickblox.Sdk.Modules.CustomObjectModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task<HttpResponse<RetriveCustomObjectsResponce<T>>> RetriveCustomObjectsByIdsAsync<T>(
	string className,
	string ids
)
where T : BaseCustomObject

Parameters

className
Type: SystemString

[Missing <param name="className"/> documentation for "M:Quickblox.Sdk.Modules.CustomObjectModule.CustomObjectsClient.RetriveCustomObjectsByIdsAsync``1(System.String,System.String)"]

ids
Type: SystemString

[Missing <param name="ids"/> documentation for "M:Quickblox.Sdk.Modules.CustomObjectModule.CustomObjectsClient.RetriveCustomObjectsByIdsAsync``1(System.String,System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Quickblox.Sdk.Modules.CustomObjectModule.CustomObjectsClient.RetriveCustomObjectsByIdsAsync``1(System.String,System.String)"]

Return Value

Type: TaskHttpResponseRetriveCustomObjectsResponceT

[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.CustomObjectModule.CustomObjectsClient.RetriveCustomObjectsByIdsAsync``1(System.String,System.String)"]

See Also