Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.DescribeInstancePatchStatesForPatchGroupAsync C# (CSharp) 메소드

DescribeInstancePatchStatesForPatchGroupAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeInstancePatchStatesForPatchGroup operation.
public DescribeInstancePatchStatesForPatchGroupAsync ( DescribeInstancePatchStatesForPatchGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesForPatchGroupRequest Container for the necessary parameters to execute the DescribeInstancePatchStatesForPatchGroup operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<DescribeInstancePatchStatesForPatchGroupResponse> DescribeInstancePatchStatesForPatchGroupAsync(DescribeInstancePatchStatesForPatchGroupRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeInstancePatchStatesForPatchGroupRequestMarshaller();
            var unmarshaller = DescribeInstancePatchStatesForPatchGroupResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeInstancePatchStatesForPatchGroupRequest,DescribeInstancePatchStatesForPatchGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient