iControl.iCallPerpetualHandler.create C# (CSharp) Method

create() private method

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