iControl.SystemInternal.Beginget_methods C# (CSharp) Méthode

Beginget_methods() public méthode

public Beginget_methods ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_methods(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_methods", new object[0], callback, asyncState);
        }