BeginUpdateSchemaDefinition(TimeSpan, String):ISchemaUpdateProgress
Starts a procedure for updating the schema.
This method starts a procedure for updating the content of the schema. The schema is locked for editing by the system for as long as the procedure is not terminated.
Return type: Onion.Client.ISchemaUpdateProgress
Parameter
- waitToFinish
Type: System.TimeSpan
Blocks the calling thread until a thread is terminated or the specified time elapses, while the default COM and the SendMessage pumping are continued.
Further information on this parameter can be consulted under System.Threading.Thread.Join(TimeSpan timeout).
- newSchemaDefinition
Type: System.String
This parameter contains the new schema definition to be set for the current schema.