Windows Media Services SDK banner art
PreviousNext

INSSEventNotification::OnHeartBeat

Called by the server at each heartbeat period.

Syntax

HRESULT OnHeartBeat( );

Parameters

This event has no parameters.

Return Values

This method must return S_OK.

Remarks

The following code illustrates a skeletal implementation of the INSSEventNotification::OnHeartBeat method:

HRESULT
CEventNotification::OnHeartBeat() 
{
  // Increment counter for each client.
  return( S_OK );
}

See Also

INSSEventNotification::Initialize

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.