Amazon.S3.AmazonS3Client.EndPutBucketNotification C# (CSharp) Méthode

EndPutBucketNotification() public méthode

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