NSoft.NFramework.XmlData.XmlDataServiceHost.Ws.XmlDataService.PingAsync C# (CSharp) Method

PingAsync() public method

public PingAsync ( object userState ) : void
userState object
return void
        public void PingAsync(object userState) {
            if ((this.PingOperationCompleted == null)) {
                this.PingOperationCompleted = new System.Threading.SendOrPostCallback(this.OnPingOperationCompleted);
            }
            this.InvokeAsync("Ping", new object[0], this.PingOperationCompleted, userState);
        }
        

Same methods

XmlDataService::PingAsync ( ) : void