iControl.SystemHAGroup.create C# (CSharp) Method

create() private method

private create ( string ha_groups ) : void
ha_groups string
return void
        public void create(
		string [] ha_groups
	)
        {
            this.Invoke("create", new object [] {
                ha_groups});
        }
SystemHAGroup