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