Amazon.S3.AmazonS3Client.EndPutBucketLogging C# (CSharp) Метод

EndPutBucketLogging() публичный Метод

Finishes the asynchronous execution of the PutBucketLogging operation.
public EndPutBucketLogging ( IAsyncResult asyncResult ) : PutBucketLoggingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutBucketLogging.
Результат PutBucketLoggingResponse
        public  PutBucketLoggingResponse EndPutBucketLogging(IAsyncResult asyncResult)
        {
            return EndInvoke<PutBucketLoggingResponse>(asyncResult);
        }
AmazonS3Client