Click or drag to resize

SolidFireElementDeleteAllSupportBundlesAsync Method

DeleteAllSupportBundles enables you to delete all support bundles generated with the CreateSupportBundle API method.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<DeleteAllSupportBundlesResult> DeleteAllSupportBundlesAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskDeleteAllSupportBundlesResult

Implements

ISolidFireElementDeleteAllSupportBundlesAsync(CancellationToken)
See Also