iControl.iCallPerpetualHandler.set_description C# (CSharp) Method

set_description() private method

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