iControl.ASMLoggingProfile.Endset_logic_operation C# (CSharp) Method

Endset_logic_operation() public method

public Endset_logic_operation ( System asyncResult ) : void
asyncResult System
return void
        public void Endset_logic_operation(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
ASMLoggingProfile