iControl.ManagementApplicationTemplate.Beginset_ignore_verification_state C# (CSharp) 메소드

Beginset_ignore_verification_state() 공개 메소드

public Beginset_ignore_verification_state ( string templates, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
templates string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginset_ignore_verification_state(string [] templates,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_ignore_verification_state", new object[] {
            templates,
            states}, callback, asyncState);
        }
ManagementApplicationTemplate