AsyncDolls.Testing.MessageUnit.TraceOutgoingLogical.TraceOutgoingLogical C# (CSharp) Method

TraceOutgoingLogical() public method

public TraceOutgoingLogical ( ICollection collector ) : System
collector ICollection
return System
            public TraceOutgoingLogical(ICollection<LogicalMessage> collector)
            {
                this.collector = collector;
            }
MessageUnit.TraceOutgoingLogical