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

GetDefaultPatchBaselineAsync() public method

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

            return InvokeAsync<GetDefaultPatchBaselineRequest,GetDefaultPatchBaselineResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient