SubscriptionClient<T> Constructor

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.NMOS.QueryAPI.Client.Subscription Namespace > SubscriptionClient(T) Class >

SubscriptionClient<T> Constructor

Namespace: BNCS.NMOS.QueryAPI.Client.Subscription
Assembly:  BNCS.NMOS.QueryAPI.Client (in BNCS.NMOS.QueryAPI.Client.dll)

 

Syntax


public SubscriptionClient(
 string baseUri,
 Enums.SubscriptionTopics topic,
 KeyValuePair<stringstring>[] parameters,
 bool persist,
 bool secure,
 uint maxUpdateRateMs
)

Parameters

baseUri

Type: String

topic

Type: BNCS.NMOS.QueryAPI.Client.DTOs.Enums.SubscriptionTopics

parameters

Type: KeyValuePair<String, String>[]

persist

Type: Boolean

secure

Type: Boolean

maxUpdateRateMs

Type: UInt32

 

See Also


SubscriptionClient<T> Class

BNCS.NMOS.QueryAPI.Client.Subscription Namespace