PropertyForm.FinishWaiting Method ()
Ends the waiting process, signaling to the user that all changes have been committed.
Namespace: Microsoft.WindowsServerSolutions.Properties
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected void FinishWaiting()
protected:
void FinishWaiting()
Protected Sub FinishWaiting
Remarks
This method only takes effect when changes are being saved after the user clicks OK or Apply.
See Also
PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace
Return to top