iControl.LocalLBProfileOneConnect.set_source_mask C# (CSharp) Method

set_source_mask() private method

private set_source_mask ( string profile_names, LocalLBProfileIPAddress source_masks ) : void
profile_names string
source_masks LocalLBProfileIPAddress
return void
        public void set_source_mask(
		string [] profile_names,
		LocalLBProfileIPAddress [] source_masks
	)
        {
            this.Invoke("set_source_mask", new object [] {
                profile_names,
                source_masks});
        }
LocalLBProfileOneConnect