iControl.LocalLBProfileAnalytics.get_external_logging_publisher C# (CSharp) Method

get_external_logging_publisher() private method

private get_external_logging_publisher ( string profile_names ) : LocalLBProfileString[]
profile_names string
return LocalLBProfileString[]
        public LocalLBProfileString[] get_external_logging_publisher(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_external_logging_publisher", new object [] {
                profile_names});
            return ((LocalLBProfileString [])(results[0]));
        }
LocalLBProfileAnalytics