Share via


GloballySynchronizedAttribute Class

Indicates that a particular method is globally synchronized.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.Native (in microsoft.spot.native.dll)

Syntax

[AttributeUsageAttribute]
public sealed class GloballySynchronizedAttribute : Attribute

Remarks

Applying this attribute to a method provides concurrency protection.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

Microsoft.SPOT Namespace