'Declaration
Public Function New( _ ByVal active As Boolean, _ ByVal notificationRate As Integer _ )
'Usage
Dim active As Boolean Dim notificationRate As Integer Dim instance As New AESubscriptionParameters(active, notificationRate)
public AESubscriptionParameters( bool active, int notificationRate )
public: AESubscriptionParameters( bool active, int notificationRate )
Parameters
- active
- Denotes active or inactive subscription.
- notificationRate
- Notification rate of the event subscription.