Amazon.S3.AmazonS3Client.EndGetBucketLogging C# (CSharp) Method

EndGetBucketLogging() public method

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.
return Amazon.S3.Model.GetBucketLoggingResponse
        public  GetBucketLoggingResponse EndGetBucketLogging(IAsyncResult asyncResult)
        {
            return EndInvoke<GetBucketLoggingResponse>(asyncResult);
        }
AmazonS3Client