iControl.LocalLBProfileFastL4.get_keep_alive_interval C# (CSharp) 메소드

get_keep_alive_interval() 개인적인 메소드

private get_keep_alive_interval ( string profile_names ) : iControl.LocalLBProfileULong[]
profile_names string
리턴 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