FileStreamContainer.IsTemporal

FileStreamContainer.IsTemporal property

Gets or sets a value indicating whether stream is temporal.

public bool IsTemporal { get; set; }

Property Value

true if stream is temporal; otherwise, false.

Remarks

A temporal stream will remove iself when disposed. If the stream is memory based this property has no effect. The stream can be marked as temporal or persistent in case it was created explicitly otherwise the appropriate exception is thrown.

See Also