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

GetPatchBaselineForPatchGroupAsync() public method

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

            return InvokeAsync<GetPatchBaselineForPatchGroupRequest,GetPatchBaselineForPatchGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient