iControl.LocalLBProfileTCP.get_fast_open_cookie_expiration C# (CSharp) 메소드

get_fast_open_cookie_expiration() 개인적인 메소드

private get_fast_open_cookie_expiration ( string profile_names ) : LocalLBProfileULong[]
profile_names string
리턴 LocalLBProfileULong[]
        public LocalLBProfileULong[] get_fast_open_cookie_expiration(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_fast_open_cookie_expiration", new object [] {
                profile_names});
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfileTCP