Click or drag to resize
CustomObjectsClientRetriveRelationObjectsAsyncT Method

[Missing <summary> documentation for "M:Quickblox.Sdk.Modules.CustomObjectModule.CustomObjectsClient.RetriveRelationObjectsAsync``1(System.String,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>>> RetriveRelationObjectsAsync<T>(
	string parentClassName,
	string parentId,
	string childClassName
)
where T : BaseCustomObject

Parameters

parentClassName
Type: SystemString

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

parentId
Type: SystemString

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

childClassName
Type: SystemString

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

Type Parameters

T

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

Return Value

Type: TaskHttpResponseRetriveCustomObjectsResponceT

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

See Also