Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndDescribeEffectivePatchesForPatchBaseline C# (CSharp) Method

EndDescribeEffectivePatchesForPatchBaseline() public method

Finishes the asynchronous execution of the DescribeEffectivePatchesForPatchBaseline operation.
public EndDescribeEffectivePatchesForPatchBaseline ( IAsyncResult asyncResult ) : DescribeEffectivePatchesForPatchBaselineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEffectivePatchesForPatchBaseline.
return Amazon.SimpleSystemsManagement.Model.DescribeEffectivePatchesForPatchBaselineResponse
        public  DescribeEffectivePatchesForPatchBaselineResponse EndDescribeEffectivePatchesForPatchBaseline(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeEffectivePatchesForPatchBaselineResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient