Click or drag to resize
OssClientBeginPutObject Method (String, String, String, AsyncCallback, Object)

Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
Syntax
public IAsyncResult BeginPutObject(
	string bucketName,
	string key,
	string fileToUpload,
	AsyncCallback callback,
	Object state
)

Parameters

bucketName
Type: SystemString
key
Type: SystemString
fileToUpload
Type: SystemString
callback
Type: SystemAsyncCallback
state
Type: SystemObject

Return Value

Type: IAsyncResult

Implements

IOssBeginPutObject(String, String, String, AsyncCallback, Object)
See Also