Amazon.S3.AmazonS3Client.EndGetObjectTagging C# (CSharp) 메소드

EndGetObjectTagging() 공개 메소드

Finishes the asynchronous execution of the GetObjectTagging operation.
public EndGetObjectTagging ( IAsyncResult asyncResult ) : GetObjectTaggingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetObjectTagging.
리턴 Amazon.S3.Model.GetObjectTaggingResponse
        public  GetObjectTaggingResponse EndGetObjectTagging(IAsyncResult asyncResult)
        {
            return EndInvoke<GetObjectTaggingResponse>(asyncResult);
        }
AmazonS3Client