iControl.LocalLBMonitor.Beginset_manual_resume_state C# (CSharp) 메소드

Beginset_manual_resume_state() 공개 메소드

public Beginset_manual_resume_state ( string template_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
template_names string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginset_manual_resume_state(string [] template_names,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_manual_resume_state", new object[] {
            template_names,
            states}, callback, asyncState);
        }
LocalLBMonitor