iControl.LocalLBProfileFastL4.get_keep_alive_interval C# (CSharp) Method

get_keep_alive_interval() private method

private get_keep_alive_interval ( string profile_names ) : iControl.LocalLBProfileULong[]
profile_names string
return iControl.LocalLBProfileULong[]
        public LocalLBProfileULong[] get_keep_alive_interval(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_keep_alive_interval", new object [] {
                profile_names});
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfileFastL4