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

get_mptcp_state() 개인적인 메소드

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