| IOssBeginGetObject 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)
SyntaxIAsyncResult BeginGetObject(
	string bucketName,
	string key,
	AsyncCallback callback,
	Object state
)
Function BeginGetObject ( 
	bucketName As String,
	key As String,
	callback As AsyncCallback,
	state As Object
) As IAsyncResult
IAsyncResult^ BeginGetObject(
	String^ bucketName, 
	String^ key, 
	AsyncCallback^ callback, 
	Object^ state
)
abstract 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
See Also