iControl.LocalLBProfileRTSP.get_rtsp_over_http_persistence_state C# (CSharp) 메소드

get_rtsp_over_http_persistence_state() 개인적인 메소드

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