iControl.LocalLBProfileDiameter.Beginset_max_watchdog_failure C# (CSharp) Method

Beginset_max_watchdog_failure() public method

public Beginset_max_watchdog_failure ( string profile_names, LocalLBProfileULong failures, System callback, object asyncState ) : System.IAsyncResult
profile_names string
failures LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_max_watchdog_failure(string [] profile_names,LocalLBProfileULong [] failures, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_max_watchdog_failure", new object[] {
            profile_names,
            failures}, callback, asyncState);
        }
LocalLBProfileDiameter