Amazon.KeyManagementService.AmazonKeyManagementServiceClient.ScheduleKeyDeletionAsync C# (CSharp) Метод

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

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

            return InvokeAsync<ScheduleKeyDeletionRequest,ScheduleKeyDeletionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonKeyManagementServiceClient::ScheduleKeyDeletionAsync ( string keyId, System cancellationToken = default(CancellationToken) ) : Task
AmazonKeyManagementServiceClient::ScheduleKeyDeletionAsync ( string keyId, int pendingWindowInDays, System cancellationToken = default(CancellationToken) ) : Task
AmazonKeyManagementServiceClient