示例#1
0
 /// <remarks/>
 public void PingAsync(OTA_PingRQType OTA_PingRQ, object userState) {
     if ((this.PingOperationCompleted == null)) {
         this.PingOperationCompleted = new System.Threading.SendOrPostCallback(this.OnPingOperationCompleted);
     }
     this.InvokeAsync("Ping", new object[] {
                 OTA_PingRQ}, this.PingOperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void PingAsync(OTA_PingRQType OTA_PingRQ) {
     this.PingAsync(OTA_PingRQ, null);
 }