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 .NET Micro Framework version 2.0, 2.5

See Also

Reference

Microsoft.SPOT Namespace