iControl.LocalLBProfileDiameterEndpoint.set_retransmit_delay C# (CSharp) Method

set_retransmit_delay() private method

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