示例#1
0
 /// <remarks/>
 public void UpdateOBSAsync(OBS[] UpdateOBS1) {
     this.UpdateOBSAsync(UpdateOBS1, null);
 }
示例#2
0
 /// <remarks/>
 public void UpdateOBSAsync(OBS[] UpdateOBS1, object userState) {
     if ((this.UpdateOBSOperationCompleted == null)) {
         this.UpdateOBSOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateOBSOperationCompleted);
     }
     this.InvokeAsync("UpdateOBS", new object[] {
                 UpdateOBS1}, this.UpdateOBSOperationCompleted, userState);
 }
示例#3
0
 /// <remarks/>
 public void CreateOBSAsync(OBS[] CreateOBS1) {
     this.CreateOBSAsync(CreateOBS1, null);
 }