Muokkaa

Jaa


IEventSystem2::VerifyTransientSubscribers method

Verifies the existence of all transient subscribers in the data store. By calling this method, you can ensure that all transient subscribers listed in the data store are active.

Syntax

HRESULT VerifyTransientSubscribers();

Parameters

This method has no parameters.

Return value

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]

See also

IEventSystem2