iControl.LocalLBProfileRequestLogging.get_response_pool C# (CSharp) Method

get_response_pool() private method

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