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

EndRegisterPatchBaselineForPatchGroup() public method

Finishes the asynchronous execution of the RegisterPatchBaselineForPatchGroup operation.
public EndRegisterPatchBaselineForPatchGroup ( IAsyncResult asyncResult ) : RegisterPatchBaselineForPatchGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterPatchBaselineForPatchGroup.
return Amazon.SimpleSystemsManagement.Model.RegisterPatchBaselineForPatchGroupResponse
        public  RegisterPatchBaselineForPatchGroupResponse EndRegisterPatchBaselineForPatchGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<RegisterPatchBaselineForPatchGroupResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient