iControl.ManagementApplicationService.modify_extended C# (CSharp) Method

modify_extended() private method

private modify_extended ( string apps, string templates, ManagementApplicationServiceScalarVarExtended scalar_vars, ManagementApplicationServiceListVarExtended list_vars, ManagementApplicationServiceTableVarExtended table_vars ) : void
apps string
templates string
scalar_vars ManagementApplicationServiceScalarVarExtended
list_vars ManagementApplicationServiceListVarExtended
table_vars ManagementApplicationServiceTableVarExtended
return void
        public void modify_extended(
		string [] apps,
		string [] templates,
		ManagementApplicationServiceScalarVarExtended [] [] scalar_vars,
		ManagementApplicationServiceListVarExtended [] [] list_vars,
		ManagementApplicationServiceTableVarExtended [] [] table_vars
	)
        {
            this.Invoke("modify_extended", new object [] {
                apps,
                templates,
                scalar_vars,
                list_vars,
                table_vars});
        }
ManagementApplicationService