ObsClientBeginSetBucketLogging Method |
Start the asynchronous request for configuring bucket logging
Namespace:
OBS
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntaxpublic IAsyncResult BeginSetBucketLogging(
SetBucketLoggingRequest request,
AsyncCallback callback,
Object state
)
Parameters
- request
- Type: OBS.ModelSetBucketLoggingRequest
Parameters in a request for configuring bucket logging - callback
- Type: SystemAsyncCallback
Asynchronous request callback function - state
- Type: SystemObject
Asynchronous request status object
Return Value
Type:
IAsyncResultResponse to the asynchronous request
See Also