public StandaloneReceivePort()
 {
     Name = ReceivePortName.Offwards("Job");
     ReceiveLocations.Add(new StandaloneReceiveLocation());
 }
Esempio n. 2
0
 public ClaimReceivePort()
 {
     Name = ReceivePortName.Offwards("Claim");
     ReceiveLocations.Add(new ClaimReceiveLocation());
 }
Esempio n. 3
0
 public TestReferencedReceivePort()
 {
     Name = "MyTestReferencedReceivePort";
     ReceiveLocations.Add(new TestReferencedReceiveLocation());
 }
 public BatchReceivePort()
 {
     Name = ReceivePortName.Offwards("Batch");
     ReceiveLocations.Add(new BatchReceiveLocation());
 }
 public PartReceivePortStub()
 {
     Name = ReceivePortName.Offwards("Stub");
     ReceiveLocations.Add(new PartReceiveLocationStub());
 }