iControl.ASMLoggingProfile.Beginset_logic_operation C# (CSharp) Method

Beginset_logic_operation() public method

public Beginset_logic_operation ( string logprof_names, ASMLoggingLogicOperation logic_operations, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
logic_operations ASMLoggingLogicOperation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_logic_operation(string [] logprof_names,ASMLoggingLogicOperation [] logic_operations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_logic_operation", new object[] {
            logprof_names,
            logic_operations}, callback, asyncState);
        }
ASMLoggingProfile