Beispiel #1
0
 /// <remarks/>
 public void NodePingAsync(NodePing NodePing1, object userState) {
     if ((this.NodePingOperationCompleted == null)) {
         this.NodePingOperationCompleted = new System.Threading.SendOrPostCallback(this.OnNodePingOperationCompleted);
     }
     this.InvokeAsync("NodePing", new object[] {
                 NodePing1}, this.NodePingOperationCompleted, userState);
 }
Beispiel #2
0
 /// <remarks/>
 public void NodePingAsync(NodePing NodePing1) {
     this.NodePingAsync(NodePing1, null);
 }