/// <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); }
/// <remarks/> public void NodePingAsync(NodePing NodePing1) { this.NodePingAsync(NodePing1, null); }