| Visual Basic (Declaration) | |
|---|---|
| Protected Overloads Overridable Function CreateSubscription( _ ByVal context As OperationContext, _ ByVal subscriptionId As UInteger, _ ByVal publishingInterval As Double, _ ByVal lifetimeCount As UInteger, _ ByVal keepAliveCount As UInteger, _ ByVal maxNotificationsPerPublish As UInteger, _ ByVal priority As Byte, _ ByVal publishingEnabled As Boolean _ ) As Subscription | |
| C# | |
|---|---|
| protected virtual Subscription CreateSubscription( OperationContext context, uint subscriptionId, double publishingInterval, uint lifetimeCount, uint keepAliveCount, uint maxNotificationsPerPublish, byte priority, bool publishingEnabled ) | |
Parameters
- context
- subscriptionId
- publishingInterval
- lifetimeCount
- keepAliveCount
- maxNotificationsPerPublish
- priority
- publishingEnabled
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
 
     
     
     
     
    