iControl.LocalLBProfileSCTP.set_heartbeat_max_burst C# (CSharp) Method

set_heartbeat_max_burst() private method

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