iControl.ManagementFolder.Beginset_no_reference_check_state C# (CSharp) Method

Beginset_no_reference_check_state() public method

public Beginset_no_reference_check_state ( string folders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
folders string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_no_reference_check_state(string [] folders,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_no_reference_check_state", new object[] {
            folders,
            states}, callback, asyncState);
        }