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

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

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

            return InvokeAsync<DescribeInstancePatchesRequest,DescribeInstancePatchesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient