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

EndPutBucketNotification() public method

Finishes the asynchronous execution of the PutBucketNotification operation.
public EndPutBucketNotification ( IAsyncResult asyncResult ) : PutBucketNotificationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutBucketNotification.
return PutBucketNotificationResponse
        public  PutBucketNotificationResponse EndPutBucketNotification(IAsyncResult asyncResult)
        {
            return EndInvoke<PutBucketNotificationResponse>(asyncResult);
        }
AmazonS3Client