Table of Contents

Class CreateSubscriptionResponseMessage

Namespace
Skyline.DataMiner.Net.Messages
Assembly
SLNetTypes.dll

This message contains information about a subscriber. It gets returned in this case:

  • After sending a CreateSubscriptionMessage or UpdateSubscriptionMessage, a CreateSubscriptionResponse with info on the subscription is returned.
[Serializable]
public class CreateSubscriptionResponseMessage : ResponseMessage
Inheritance
CreateSubscriptionResponseMessage
Extension Methods

Constructors

CreateSubscriptionResponseMessage()

Initializes a new instance of the CreateSubscriptionResponseMessage class.

CreateSubscriptionResponseMessage(Guid)

Initializes a new instance of the CreateSubscriptionResponseMessage class.

Fields

ComputerName

Computer name from where the client made the connection.

DomainName

Domain name to which the user name belongs. When no domain is used, the domain name is ".".

Filters

The set of subscription filters that defines which messages the client will receive.

Guid

Client GUID. This identifier is used to uniquely identify the client. It needs to be passed along with all messages that inherit from ClientRequestMessage.

UserName

Username with which the client subscribed.

Methods

ToString()

Converts to string.