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

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

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

            return InvokeAsync<DescribeEffectivePatchesForPatchBaselineRequest,DescribeEffectivePatchesForPatchBaselineResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient