iControl.LocalLBProfileRequestLogging.Beginset_response_secondary_template C# (CSharp) Method

Beginset_response_secondary_template() public method

public Beginset_response_secondary_template ( string profile_names, LocalLBProfileString templates, System callback, object asyncState ) : System.IAsyncResult
profile_names string
templates LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_response_secondary_template(string [] profile_names,LocalLBProfileString [] templates, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_response_secondary_template", new object[] {
            profile_names,
            templates}, callback, asyncState);
        }
LocalLBProfileRequestLogging