Click or drag to resize

ObsClientEndDeleteBucketWebsite Method

End the asynchronous request for deleting the website hosting configuration.

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public DeleteBucketWebsiteResponse EndDeleteBucketWebsite(
	IAsyncResult ar
)

Parameters

ar
Type: SystemIAsyncResult
Response to the asynchronous request

Return Value

Type: DeleteBucketWebsiteResponse
Response to a request for deleting the bucket website hosting configuration
See Also