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

GetBucketNotificationAsync() public method

Initiates the asynchronous execution of the GetBucketNotification operation.
public GetBucketNotificationAsync ( GetBucketNotificationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetBucketNotificationRequest Container for the necessary parameters to execute the GetBucketNotification operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<GetBucketNotificationResponse> GetBucketNotificationAsync(GetBucketNotificationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetBucketNotificationRequestMarshaller();
            var unmarshaller = GetBucketNotificationResponseUnmarshaller.Instance;

            return InvokeAsync<GetBucketNotificationRequest,GetBucketNotificationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonS3Client::GetBucketNotificationAsync ( string bucketName, System cancellationToken = default(CancellationToken) ) : Task
AmazonS3Client::GetBucketNotificationAsync ( GetBucketNotificationRequest request, GetBucketNotificationResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client::GetBucketNotificationAsync ( string bucketName, GetBucketNotificationResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client