iControl.LocalLBProfileRequestLogging.Beginset_proxy_response C# (CSharp) Method

Beginset_proxy_response() public method

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