Esempio n. 1
0
 /// <remarks/>
 public void SetSchemaAsync(Content schema) {
     this.SetSchemaAsync(schema, null);
 }
Esempio n. 2
0
 /// <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);
 }
Esempio n. 3
0
 public void SetSchema(Content schema) {
     this.Invoke("SetSchema", new object[] {
                 schema});
 }