iControl.ASMPolicy.Beginset_violation_flags C# (CSharp) Method

Beginset_violation_flags() public method

public Beginset_violation_flags ( string policy_names, ASMViolation violations, System callback, object asyncState ) : System.IAsyncResult
policy_names string
violations ASMViolation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_violation_flags(string [] policy_names,ASMViolation [] [] violations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_violation_flags", new object[] {
            policy_names,
            violations}, callback, asyncState);
        }
ASMPolicy