Click or drag to resize

ObsClientBeginSetBucketReplication Method

Start the asynchronous request for configuring cross-region replication for a bucket.

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public IAsyncResult BeginSetBucketReplication(
	SetBucketReplicationRequest request,
	AsyncCallback callback,
	Object state
)

Parameters

request
Type: OBS.ModelSetBucketReplicationRequest
Parameters in a request for configuring cross-region replication for a bucket
callback
Type: SystemAsyncCallback
Asynchronous request callback function
state
Type: SystemObject
Asynchronous request status object

Return Value

Type: IAsyncResult
Response to the asynchronous request
See Also