OssClientBeginGetObject Method (String, String, AsyncCallback, Object) |
Begins the async call to get object by the bucket and key information.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public IAsyncResult BeginGetObject(
string bucketName,
string key,
AsyncCallback callback,
Object state
)
Public Function BeginGetObject (
bucketName As String,
key As String,
callback As AsyncCallback,
state As Object
) As IAsyncResult
public:
virtual IAsyncResult^ BeginGetObject(
String^ bucketName,
String^ key,
AsyncCallback^ callback,
Object^ state
) sealed
abstract BeginGetObject :
bucketName : string *
key : string *
callback : AsyncCallback *
state : Object -> IAsyncResult
override BeginGetObject :
bucketName : string *
key : string *
callback : AsyncCallback *
state : Object -> IAsyncResult
Parameters
- bucketName
- Type: SystemString
bucket name - key
- Type: SystemString
object key - callback
- Type: SystemAsyncCallback
callback instance - state
- Type: SystemObject
state instance
Return Value
Type:
IAsyncResultISyncResult instance
Implements
IOssBeginGetObject(String, String, AsyncCallback, Object)See Also