iControl.LocalLBProfileTCP.get_fast_open_state C# (CSharp) Method

get_fast_open_state() private method

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