Ejemplo n.º 1
0
 public CloseAwareBin(MsgExceptionHandlingTestCase.CloseAwareStorage storage, IBin
                      bin) : base(bin)
 {
     _storage = storage;
 }
Ejemplo n.º 2
0
			public CloseAwareBin(MsgExceptionHandlingTestCase.CloseAwareStorage storage, IBin
				 bin) : base(bin)
			{
				_storage = storage;
			}
Ejemplo n.º 3
0
 /// <exception cref="System.Exception"></exception>
 protected override void Configure(IConfiguration config)
 {
     _storage       = new MsgExceptionHandlingTestCase.CloseAwareStorage(config.Storage);
     config.Storage = _storage;
 }
Ejemplo n.º 4
0
		/// <exception cref="System.Exception"></exception>
		protected override void Configure(IConfiguration config)
		{
			_storage = new MsgExceptionHandlingTestCase.CloseAwareStorage(config.Storage);
			config.Storage = _storage;
		}