iControl.iCallPeriodicHandler.Beginget_script C# (CSharp) Метод

Beginget_script() публичный Метод

public Beginget_script ( string handlers, System callback, object asyncState ) : System.IAsyncResult
handlers string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginget_script(string [] handlers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_script", new object[] {
            handlers}, callback, asyncState);
        }