ObsClientBeginDeleteBucketReplication Method |
Start the asynchronous request for deleting the cross-region replication configuration from a bucket.
Namespace:
OBS
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntaxpublic IAsyncResult BeginDeleteBucketReplication(
DeleteBucketReplicationRequest request,
AsyncCallback callback,
Object state
)
Parameters
- request
- Type: OBS.ModelDeleteBucketReplicationRequest
Parameters in a request for deleting the cross-region replication configuration from a bucket - callback
- Type: SystemAsyncCallback
Asynchronous request callback function - state
- Type: SystemObject
Asynchronous request status object
Return Value
Type:
IAsyncResultResponse to the asynchronous request
See Also