Click or drag to resize
OssClientBeginPutObject Method (String, String, Stream, 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,
	Stream content,
	AsyncCallback callback,
	Object state
)

Parameters

bucketName
Type: SystemString
key
Type: SystemString
content
Type: System.IOStream
callback
Type: SystemAsyncCallback
state
Type: SystemObject

Return Value

Type: IAsyncResult

Implements

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