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

EndDeregisterPatchBaselineForPatchGroup() public method

Finishes the asynchronous execution of the DeregisterPatchBaselineForPatchGroup operation.
public EndDeregisterPatchBaselineForPatchGroup ( IAsyncResult asyncResult ) : DeregisterPatchBaselineForPatchGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterPatchBaselineForPatchGroup.
return Amazon.SimpleSystemsManagement.Model.DeregisterPatchBaselineForPatchGroupResponse
        public  DeregisterPatchBaselineForPatchGroupResponse EndDeregisterPatchBaselineForPatchGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<DeregisterPatchBaselineForPatchGroupResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient