Share via


TimeSyncFailed Event

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Occurs when time sync fails.

Namespace:  Microsoft.SPOT.Time
Assembly:  Microsoft.SPOT.Time (in Microsoft.SPOT.Time.dll)

Syntax

'Declaration
Public Shared Event TimeSyncFailed As TimeSyncFailedEventHandler
public static event TimeSyncFailedEventHandler TimeSyncFailed
public:
static  event TimeSyncFailedEventHandler^ TimeSyncFailed {
    void add (TimeSyncFailedEventHandler^ value);
    void remove (TimeSyncFailedEventHandler^ value);
}
member TimeSyncFailed : IEvent<TimeSyncFailedEventHandler,
    TimeSyncFailedEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

TimeService Class

Microsoft.SPOT.Time Namespace