iControl.LocalLBProfileTCP.get_fast_open_cookie_expiration C# (CSharp) Method

get_fast_open_cookie_expiration() private method

private get_fast_open_cookie_expiration ( string profile_names ) : LocalLBProfileULong[]
profile_names string
return 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