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

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

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