Exemplo n.º 1
0
 /// <remarks/>
 public void ReadOBSAsync(ReadOBS ReadOBS1, object userState) {
     if ((this.ReadOBSOperationCompleted == null)) {
         this.ReadOBSOperationCompleted = new System.Threading.SendOrPostCallback(this.OnReadOBSOperationCompleted);
     }
     this.InvokeAsync("ReadOBS", new object[] {
                 ReadOBS1}, this.ReadOBSOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void ReadOBSAsync(ReadOBS ReadOBS1) {
     this.ReadOBSAsync(ReadOBS1, null);
 }