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

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

Finishes the asynchronous execution of the GetBucketNotification operation.
public EndGetBucketNotification ( IAsyncResult asyncResult ) : Amazon.S3.Model.GetBucketNotificationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetBucketNotification.
Результат Amazon.S3.Model.GetBucketNotificationResponse
        public  GetBucketNotificationResponse EndGetBucketNotification(IAsyncResult asyncResult)
        {
            return EndInvoke<GetBucketNotificationResponse>(asyncResult);
        }
AmazonS3Client