Method | Description | |
---|---|---|
AcknowledgeEvents ( string comment, string acknowledgerId, |
Acknowledges one or more events.
|
|
ComAe2Proxy ( ) : System |
Initializes a new instance of the ComDaProxy class.
|
|
CreateBrowser ( ) : |
Creates a new area browser.
|
|
CreateSubscription ( ) : |
Creates a new event subscription.
|
|
IsSourceValid ( string sourceId ) : bool |
Checks that the source node exists.
|
|
QueryEventAttributes ( uint categoryId ) : List |
Gets the supported event attributes.
|
|
QueryEventCategories ( int eventType ) : List |
Gets the supported event categories.
|
|
SubscriptionDeleted ( |
Called when a subscription is deleted.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
An overrideable version of the Dispose.
|
|
OnSessionCreated ( ) : void |
Called when a new session is created.
|
|
OnSessionReconected ( ) : void |
Called when a session is reconnected.
|
public AcknowledgeEvents ( string comment, string acknowledgerId, |
||
comment | string | |
acknowledgerId | string | |
requests | ||
return | int[] |
public CreateSubscription ( ) : |
||
return |
public IsSourceValid ( string sourceId ) : bool | ||
sourceId | string | |
return | bool |
public QueryEventAttributes ( uint categoryId ) : List |
||
categoryId | uint | |
return | List |
public QueryEventCategories ( int eventType ) : List |
||
eventType | int | |
return | List |
public SubscriptionDeleted ( |
||
subscription | ||
return | void |