Amazon.AutoScaling.AmazonAutoScalingClient.RecordLifecycleActionHeartbeatAsync C# (CSharp) Метод

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

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

            return InvokeAsync<RecordLifecycleActionHeartbeatRequest,RecordLifecycleActionHeartbeatResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAutoScalingClient