/// <remarks/> public void SetSchemaAsync(Content schema) { this.SetSchemaAsync(schema, null); }
/// <remarks/> public void SetSchemaAsync(Content schema, object userState) { if ((this.SetSchemaOperationCompleted == null)) { this.SetSchemaOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetSchemaOperationCompleted); } this.InvokeAsync("SetSchema", new object[] { schema}, this.SetSchemaOperationCompleted, userState); }
public void SetSchema(Content schema) { this.Invoke("SetSchema", new object[] { schema}); }