iControl.LocalLBProfileRequestLogging.set_response_secondary_pool C# (CSharp) Method

set_response_secondary_pool() private method

private set_response_secondary_pool ( string profile_names, LocalLBProfileString pools ) : void
profile_names string
pools LocalLBProfileString
return void
        public void set_response_secondary_pool(
		string [] profile_names,
		LocalLBProfileString [] pools
	)
        {
            this.Invoke("set_response_secondary_pool", new object [] {
                profile_names,
                pools});
        }
LocalLBProfileRequestLogging