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

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

Finishes the asynchronous execution of the DescribeInstancePatches operation.
public EndDescribeInstancePatches ( IAsyncResult asyncResult ) : DescribeInstancePatchesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstancePatches.
Результат Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchesResponse
        public  DescribeInstancePatchesResponse EndDescribeInstancePatches(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeInstancePatchesResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient