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