iControl.ManagementApplicationService.modify C# (CSharp) Méthode

modify() private méthode

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
Résultat 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