Click or drag to resize
CustomObjectsClientDeleteCustomObjectsByIdAsyncT Method

[Missing <summary> documentation for "M:Quickblox.Sdk.Modules.CustomObjectModule.CustomObjectsClient.DeleteCustomObjectsByIdAsync``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> DeleteCustomObjectsByIdAsync<T>(
	string className,
	string id
)
where T : BaseCustomObject

Parameters

className
Type: SystemString

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

id
Type: SystemString

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

Type Parameters

T

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

Return Value

Type: TaskHttpResponse

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

See Also