iControl.LocalLBProfileAnalytics.set_external_logging_publisher C# (CSharp) Method

set_external_logging_publisher() private method

private set_external_logging_publisher ( string profile_names, LocalLBProfileString publishers ) : void
profile_names string
publishers LocalLBProfileString
return void
        public void set_external_logging_publisher(
		string [] profile_names,
		LocalLBProfileString [] publishers
	)
        {
            this.Invoke("set_external_logging_publisher", new object [] {
                profile_names,
                publishers});
        }
LocalLBProfileAnalytics