iControl.iCallPerpetualHandler.set_script C# (CSharp) Method

set_script() private method

private set_script ( string handlers, string scripts ) : void
handlers string
scripts string
return void
        public void set_script(
		string [] handlers,
		string [] scripts
	)
        {
            this.Invoke("set_script", new object [] {
                handlers,
                scripts});
        }
iCallPerpetualHandler