Amazon.Redshift.AmazonRedshiftClient.ModifySnapshotCopyRetentionPeriodAsync C# (CSharp) Метод

ModifySnapshotCopyRetentionPeriodAsync() публичный Метод

Initiates the asynchronous execution of the ModifySnapshotCopyRetentionPeriod operation.
public ModifySnapshotCopyRetentionPeriodAsync ( ModifySnapshotCopyRetentionPeriodRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ModifySnapshotCopyRetentionPeriodRequest Container for the necessary parameters to execute the ModifySnapshotCopyRetentionPeriod operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ModifySnapshotCopyRetentionPeriodResponse> ModifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ModifySnapshotCopyRetentionPeriodRequestMarshaller();
            var unmarshaller = ModifySnapshotCopyRetentionPeriodResponseUnmarshaller.Instance;

            return InvokeAsync<ModifySnapshotCopyRetentionPeriodRequest,ModifySnapshotCopyRetentionPeriodResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRedshiftClient