Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.GetMaintenanceWindowExecutionAsync C# (CSharp) Method

GetMaintenanceWindowExecutionAsync() public method

Initiates the asynchronous execution of the GetMaintenanceWindowExecution operation.
public GetMaintenanceWindowExecutionAsync ( GetMaintenanceWindowExecutionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionRequest Container for the necessary parameters to execute the GetMaintenanceWindowExecution operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<GetMaintenanceWindowExecutionResponse> GetMaintenanceWindowExecutionAsync(GetMaintenanceWindowExecutionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetMaintenanceWindowExecutionRequestMarshaller();
            var unmarshaller = GetMaintenanceWindowExecutionResponseUnmarshaller.Instance;

            return InvokeAsync<GetMaintenanceWindowExecutionRequest,GetMaintenanceWindowExecutionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient