iControl.LocalLBProfileRequestLogging.set_response_protocol C# (CSharp) Method

set_response_protocol() private method

private set_response_protocol ( string profile_names, LocalLBProfileRequestLoggingProfileProtocol protocols ) : void
profile_names string
protocols LocalLBProfileRequestLoggingProfileProtocol
return void
        public void set_response_protocol(
		string [] profile_names,
		LocalLBProfileRequestLoggingProfileProtocol [] protocols
	)
        {
            this.Invoke("set_response_protocol", new object [] {
                profile_names,
                protocols});
        }
LocalLBProfileRequestLogging