NHibernate.Lob.External.FileSystemCasConnection.FileSystemCasBlobWriter.Flush C# (CSharp) Method

Flush() public method

public Flush ( ) : void
return void
			public override void Flush()
			{
				if (tempStream != null) tempStream.Flush();
			}