iControl.LocalLBProfilePersistence.set_mask C# (CSharp) Method

set_mask() private method

private set_mask ( string profile_names, LocalLBProfileIPAddress masks ) : void
profile_names string
masks LocalLBProfileIPAddress
return void
        public void set_mask(
		string [] profile_names,
		LocalLBProfileIPAddress [] masks
	)
        {
            this.Invoke("set_mask", new object [] {
                profile_names,
                masks});
        }
LocalLBProfilePersistence