Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndRegisterPatchBaselineForPatchGroup C# (CSharp) 메소드

EndRegisterPatchBaselineForPatchGroup() 공개 메소드

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