public override object Clone() { var res = new MSMQDestination() { AutoCommit = AutoCommit, Level = Level, QueuePath = QueuePath, Source = Source, JsonSerialization = JsonSerialization }; return(res); }
public override object Clone() { var res = new MSMQDestination() { AutoCommit = AutoCommit, Level = Level, QueuePath = QueuePath, Source = Source, JsonSerialization = JsonSerialization }; return res; }