Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.DeregisterPatchBaselineForPatchGroupAsync C# (CSharp) Метод

DeregisterPatchBaselineForPatchGroupAsync() публичный Метод

Initiates the asynchronous execution of the DeregisterPatchBaselineForPatchGroup operation.
public DeregisterPatchBaselineForPatchGroupAsync ( DeregisterPatchBaselineForPatchGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DeregisterPatchBaselineForPatchGroupRequest Container for the necessary parameters to execute the DeregisterPatchBaselineForPatchGroup operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DeregisterPatchBaselineForPatchGroupResponse> DeregisterPatchBaselineForPatchGroupAsync(DeregisterPatchBaselineForPatchGroupRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeregisterPatchBaselineForPatchGroupRequestMarshaller();
            var unmarshaller = DeregisterPatchBaselineForPatchGroupResponseUnmarshaller.Instance;

            return InvokeAsync<DeregisterPatchBaselineForPatchGroupRequest,DeregisterPatchBaselineForPatchGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient