Click or drag to resize

ObsClientBeginGetBucketNotification Method

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.20.7.0 (3.20.7)
Syntax
C#
public IAsyncResult BeginGetBucketNotification(
	GetBucketNotificationRequest request,
	AsyncCallback callback,
	Object state
)

Parameters

request
Type: OBS.ModelGetBucketNotificationRequest
callback
Type: SystemAsyncCallback
state
Type: SystemObject

Return Value

Type: IAsyncResult
See Also