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

GetBucketReplicationAsync() public method

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

            return InvokeAsync<GetBucketReplicationRequest,GetBucketReplicationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonS3Client::GetBucketReplicationAsync ( GetBucketReplicationRequest request, GetBucketReplicationResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client