iControl.SecurityProfileDNSSecurity.Beginadd_header_opcode_exclusion C# (CSharp) Method

Beginadd_header_opcode_exclusion() public method

public Beginadd_header_opcode_exclusion ( string profile_names, SecurityHeaderOpcode exclusions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
exclusions SecurityHeaderOpcode
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_header_opcode_exclusion(string [] profile_names,SecurityHeaderOpcode [] [] exclusions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_header_opcode_exclusion", new object[] {
            profile_names,
            exclusions}, callback, asyncState);
        }
SecurityProfileDNSSecurity