Visual Basic (Declaration) | |
---|---|
Public Overridable Function onCreateEventSubscription( _ ByVal active As Boolean, _ ByVal bufferTime As Integer, _ ByVal maxSize As Integer, _ ByVal clientSubscription As Integer, _ ByRef revisedBufferTime As Integer, _ ByRef revisedMaxSize As Integer, _ ByRef evs As EventSubscription _ ) As Integer |
C# | |
---|---|
public virtual int onCreateEventSubscription( bool active, int bufferTime, int maxSize, int clientSubscription, out int revisedBufferTime, out int revisedMaxSize, out EventSubscription evs ) |
Parameters
- active
- bufferTime
- maxSize
- clientSubscription
- revisedBufferTime
- revisedMaxSize
- evs
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family