Amazon.EC2.AmazonEC2Client.RunScheduledInstancesAsync C# (CSharp) Method

RunScheduledInstancesAsync() public method

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

            return InvokeAsync<RunScheduledInstancesRequest,RunScheduledInstancesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonEC2Client