iControl.ManagementApplicationService.modify C# (CSharp) Method

modify() private method

private modify ( string apps, string templates, ManagementApplicationServiceScalarVar scalar_vars, ManagementApplicationServiceListVar list_vars, ManagementApplicationServiceTableVar table_vars ) : void
apps string
templates string
scalar_vars ManagementApplicationServiceScalarVar
list_vars ManagementApplicationServiceListVar
table_vars ManagementApplicationServiceTableVar
return void
        public void modify(
		string [] apps,
		string [] templates,
		ManagementApplicationServiceScalarVar [] [] scalar_vars,
		ManagementApplicationServiceListVar [] [] list_vars,
		ManagementApplicationServiceTableVar [] [] table_vars
	)
        {
            this.Invoke("modify", new object [] {
                apps,
                templates,
                scalar_vars,
                list_vars,
                table_vars});
        }
ManagementApplicationService