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

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

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

            return InvokeAsync<RegisterPatchBaselineForPatchGroupRequest,RegisterPatchBaselineForPatchGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient