PresentationLockingBehavior

BlobManagementOptions.PresentationLockingBehavior property

此属性定义了Presentation类的实例在其生命周期内是否可以是源文件或流的所有者。如果实例是所有者,它将锁定源。这有助于在处理BLOB时提高内存消耗和性能,但在Presentation的实例生命周期内源(流或文件)不能被更改。

public PresentationLockingBehavior PresentationLockingBehavior { get; set; }

See Also