Click or drag to resize
CustomObjectsClientUpdateMultiCustomObjectsAsyncT Method

[Missing <summary> documentation for "M:Quickblox.Sdk.Modules.CustomObjectModule.CustomObjectsClient.UpdateMultiCustomObjectsAsync``1(System.String,System.Collections.Generic.List{``0})"]

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>>> UpdateMultiCustomObjectsAsync<T>(
	string className,
	List<T> items
)
where T : BaseCustomObject

Parameters

className
Type: SystemString

[Missing <param name="className"/> documentation for "M:Quickblox.Sdk.Modules.CustomObjectModule.CustomObjectsClient.UpdateMultiCustomObjectsAsync``1(System.String,System.Collections.Generic.List{``0})"]

items
Type: System.Collections.GenericListT

[Missing <param name="items"/> documentation for "M:Quickblox.Sdk.Modules.CustomObjectModule.CustomObjectsClient.UpdateMultiCustomObjectsAsync``1(System.String,System.Collections.Generic.List{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Quickblox.Sdk.Modules.CustomObjectModule.CustomObjectsClient.UpdateMultiCustomObjectsAsync``1(System.String,System.Collections.Generic.List{``0})"]

Return Value

Type: TaskHttpResponseRetriveCustomObjectsResponceT

[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.CustomObjectModule.CustomObjectsClient.UpdateMultiCustomObjectsAsync``1(System.String,System.Collections.Generic.List{``0})"]

See Also