iControl.ManagementEventSubscription.Beginping C# (CSharp) 메소드

Beginping() 공개 메소드

public Beginping ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginping(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("ping", new object[0], callback, asyncState);
        }