iControl.LocalLBProfilePCP.set_mapping_recycle_delay C# (CSharp) Method

set_mapping_recycle_delay() private method

private set_mapping_recycle_delay ( string profile_names, LocalLBProfileULong values ) : void
profile_names string
values LocalLBProfileULong
return void
        public void set_mapping_recycle_delay(
		string [] profile_names,
		LocalLBProfileULong [] values
	)
        {
            this.Invoke("set_mapping_recycle_delay", new object [] {
                profile_names,
                values});
        }
LocalLBProfilePCP