iControl.LocalLBProfileFastL4.Beginset_late_binding_timeout_recovery_mode C# (CSharp) Method

Beginset_late_binding_timeout_recovery_mode() public method

public Beginset_late_binding_timeout_recovery_mode ( string profile_names, LocalLBProfileFastL4ProfileLateBindingTimeoutRecoveryMode modes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
modes LocalLBProfileFastL4ProfileLateBindingTimeoutRecoveryMode
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_late_binding_timeout_recovery_mode(string [] profile_names,LocalLBProfileFastL4ProfileLateBindingTimeoutRecoveryMode [] modes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_late_binding_timeout_recovery_mode", new object[] {
            profile_names,
            modes}, callback, asyncState);
        }
LocalLBProfileFastL4