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

EndGetBucketLogging() 공개 메소드

Finishes the asynchronous execution of the GetBucketLogging operation.
public EndGetBucketLogging ( IAsyncResult asyncResult ) : Amazon.S3.Model.GetBucketLoggingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetBucketLogging.
리턴 Amazon.S3.Model.GetBucketLoggingResponse
        public  GetBucketLoggingResponse EndGetBucketLogging(IAsyncResult asyncResult)
        {
            return EndInvoke<GetBucketLoggingResponse>(asyncResult);
        }
AmazonS3Client