iControl.LocalLBProfileAnalytics.set_captured_protocol C# (CSharp) Method

set_captured_protocol() private method

private set_captured_protocol ( string profile_names, string traffic_capture_names, LocalLBProfileAnalyticsCapturedProtocol captured_protocols ) : void
profile_names string
traffic_capture_names string
captured_protocols LocalLBProfileAnalyticsCapturedProtocol
return void
        public void set_captured_protocol(
		string [] profile_names,
		string [] [] traffic_capture_names,
		LocalLBProfileAnalyticsCapturedProtocol [] [] captured_protocols
	)
        {
            this.Invoke("set_captured_protocol", new object [] {
                profile_names,
                traffic_capture_names,
                captured_protocols});
        }
LocalLBProfileAnalytics