Amazon.S3.AmazonS3Client.EndPutBucketNotification C# (CSharp) 메소드

EndPutBucketNotification() 공개 메소드

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