Namespace Skyline.DataMiner.Net
Classes
- AbnormalCloseEventArgs
Event arguments for use with AbnormalCloseEventHandler.
- AlarmTreeID
Represents a reference to one specific alarm tree.
- EventsDroppedEventArgs
Event arguments for use with EventsDroppedEventHandler.
- NewMessageEventArgs
Event arguments for use with NewMessageEventHandler.
- ProfileDefinitionID
Represents a profile definition ID.
- ProfileInstanceID
Represents a profile instance ID.
- ProfileParameterID
Represents a profile parameter ID.
- ProtocolID
Represents a protocol ID.
- ServerDetails
Contains information about this DataMiner Agent. This information is available from the Skyline.DataMiner.Net.Connection object after authentication is complete.
- SubscriptionCompleteEventArgs
Event arguments for use with SubscriptionCompleteEventHandler.
- SubscriptionFilter
SubscriptionFilters are used in CreateSubscriptionMessage to indicate which types of messages should be subscribed to. The different types of SubscriptionFilter objects can be used to subscribe with a certain level of granularity:
- SubscriptionFilter: Subscribes to all messages of a given type (DMS).
- SubscriptionFilterCluster: Limits subscription to one particular cluster.
- SubscriptionFilterDMA: Limits messages to one particular DataMiner Agent.
- SubscriptionFilterElement: Limits messages to one particular element.
- SubscriptionFilterParameter: Limits messages to one particular parameter.
- SubscriptionStateEventArgs
Event arguments for use with OnSubscriptionState.
- TraceData
Contains all kinds of data that the server could generate while handling a request.
Interfaces
- IConnection
IConnection interface.
- ITrackedSubscriptionUpdate
Tracked subscription update interface.
Enums
- GlobalClientFlags
Global client setting flags.
Delegates
- AbnormalCloseEventHandler
Delegate used for the OnAbnormalClose event of the IConnection interface.
- ConnectionClosedHandler
Connection closed handler delegate.
- EventsDroppedEventHandler
Delegate used for the OnEventsDropped event of the IConnection interface.
- NewMessageEventHandler
Delegate used for the OnNewMessage event of the IConnection interface.
- SubscriptionCompleteEventHandler
Delegate used for the OnSubscriptionComplete event of the IConnection interface.