Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeSnapshotScheduleAsync C# (CSharp) Method

DescribeSnapshotScheduleAsync() public method

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

            return InvokeAsync<DescribeSnapshotScheduleRequest,DescribeSnapshotScheduleResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient