iControl.iCallPerpetualHandler.Beginset_script C# (CSharp) Method

Beginset_script() public method

public Beginset_script ( string handlers, string scripts, System callback, object asyncState ) : System.IAsyncResult
handlers string
scripts string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_script(string [] handlers,string [] scripts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_script", new object[] {
            handlers,
            scripts}, callback, asyncState);
        }
iCallPerpetualHandler