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

EndPutBucketLogging() public method

Finishes the asynchronous execution of the PutBucketLogging operation.
public EndPutBucketLogging ( IAsyncResult asyncResult ) : PutBucketLoggingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutBucketLogging.
return PutBucketLoggingResponse
        public  PutBucketLoggingResponse EndPutBucketLogging(IAsyncResult asyncResult)
        {
            return EndInvoke<PutBucketLoggingResponse>(asyncResult);
        }
AmazonS3Client