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

EndDeregisterPatchBaselineForPatchGroup() 공개 메소드

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