iControl.ManagementApplicationService.create_generic C# (CSharp) Method

create_generic() private method

private create_generic ( string apps ) : void
apps string
return void
        public void create_generic(
		string [] apps
	)
        {
            this.Invoke("create_generic", new object [] {
                apps});
        }
ManagementApplicationService