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

RegisterDefaultPatchBaselineAsync() 공개 메소드

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

            return InvokeAsync<RegisterDefaultPatchBaselineRequest,RegisterDefaultPatchBaselineResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient