Machine.Mta.BusProperties.BusProperties C# (CSharp) Method

BusProperties() public method

public BusProperties ( ) : System
return System
    public BusProperties()
    {
      this.ListenAddress = EndpointAddress.Null;
      this.PoisonAddress = EndpointAddress.Null;
      this.AdditionalTypes = new Type[0];
      this.NumberOfWorkerThreads = 1;
      this.TransportType = TransportType.Msmq;
    }
  }
BusProperties