iControl.LocalLBProfileRequestLogging.Beginset_request_protocol C# (CSharp) Method

Beginset_request_protocol() public method

public Beginset_request_protocol ( string profile_names, LocalLBProfileRequestLoggingProfileProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
profile_names string
protocols LocalLBProfileRequestLoggingProfileProtocol
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_request_protocol(string [] profile_names,LocalLBProfileRequestLoggingProfileProtocol [] protocols, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_request_protocol", new object[] {
            profile_names,
            protocols}, callback, asyncState);
        }
LocalLBProfileRequestLogging