Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal server As IServerInternal, _ ByVal session As Session, _ ByVal subscriptionId As UInteger, _ ByVal publishingInterval As Double, _ ByVal maxLifetimeCount As UInteger, _ ByVal maxKeepAliveCount As UInteger, _ ByVal maxNotificationsPerPublish As UInteger, _ ByVal priority As Byte, _ ByVal publishingEnabled As Boolean, _ ByVal maxMessageCount As UInteger _ ) |
C# | |
---|---|
public Subscription( IServerInternal server, Session session, uint subscriptionId, double publishingInterval, uint maxLifetimeCount, uint maxKeepAliveCount, uint maxNotificationsPerPublish, byte priority, bool publishingEnabled, uint maxMessageCount ) |
Parameters
- server
- session
- subscriptionId
- publishingInterval
- maxLifetimeCount
- maxKeepAliveCount
- maxNotificationsPerPublish
- priority
- publishingEnabled
- maxMessageCount
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family