ReleaseFileStream

ReleaseFileStream delegate

Releases stream which was instantiated by the method associated with CreateFileStream delegate.

public delegate void ReleaseFileStream(Stream fileStream);
Parameter Type Description
fileStream Stream The stream created by the method associated with CreateFileStream delegate.

See Also