Click or drag to resize

PFSiteWaitOtherThreadsBeforeDisposing Property

Gets or sets a value indicating whether this site should wait for other threads using this site instance to close before disposing object and connection.

Default value: false.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool WaitOtherThreadsBeforeDisposing { get; set; }

Property Value

Type: Boolean
See Also