Example #1
0
			public BlobStream(StreamBlob blob)
			{
				this.blob = blob;
			}
Example #2
0
			protected override void Dispose(bool disposing)
			{
				if (blob != null)
					lock (blob)
					{
						blob.alreadyOpen = false;
						blob = null;
					}
			}