ProvideServiceAttributeBase.IsFreeThreaded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deterimines if the service supports being retrieved and used from any thread.
public:
property bool IsFreeThreaded { bool get(); void set(bool value); };
public bool IsFreeThreaded { get; set; }
member this.IsFreeThreaded : bool with get, set
Public Property IsFreeThreaded As Boolean