Amazon.StorageGateway.AmazonStorageGatewayClient.UpdateSnapshotScheduleAsync C# (CSharp) 메소드

UpdateSnapshotScheduleAsync() 공개 메소드

Initiates the asynchronous execution of the UpdateSnapshotSchedule operation.
public UpdateSnapshotScheduleAsync ( UpdateSnapshotScheduleRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateSnapshotScheduleRequest Container for the necessary parameters to execute the UpdateSnapshotSchedule operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<UpdateSnapshotScheduleResponse> UpdateSnapshotScheduleAsync(UpdateSnapshotScheduleRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateSnapshotScheduleRequestMarshaller();
            var unmarshaller = UpdateSnapshotScheduleResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateSnapshotScheduleRequest,UpdateSnapshotScheduleResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient