IOfflineFilesEvents::Ping method (cscobj.h)

This event is delivered to all registered event subscribers on a periodic basis.

Syntax

HRESULT Ping();

Return value

The return value is ignored.

Remarks

If a recipient does not respond, a COM error is received by the Offline Files service, and the subscriber's connection is deleted. This is how the Offline Files service detects event subscriber processes that have terminated before calling IConnectionPoint::Unadvise.

This event cannot be filtered out by using the IOfflineFilesEventsFilter interface.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header cscobj.h
DLL CscSvc.dll; CscObj.dll

See also

IOfflineFilesEvents