DeactivateLicenseResponse

Namespace: Babel.Licensing.Service Assembly: Babel.Licensing.dll

public sealed class DeactivateLicenseResponse : IMessage<DeactivateLicenseResponse>, IEquatable<DeactivateLicenseResponse>, IDeepCloneable<DeactivateLicenseResponse>, IBufferMessage, IMessage

Inheritance

objectDeactivateLicenseResponse

Implements

IMessage<DeactivateLicenseResponse>, IEquatable<DeactivateLicenseResponse>, IDeepCloneable<DeactivateLicenseResponse>, IBufferMessage, IMessage

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

DeactivateLicenseResponse()

public DeactivateLicenseResponse()

DeactivateLicenseResponse(DeactivateLicenseResponse)

public DeactivateLicenseResponse(DeactivateLicenseResponse other)

Parameters

NameDescription

Fields

ActiveClientCountFieldNumber

Field number for the "active_client_count" field.

public const int ActiveClientCountFieldNumber = 2

Field Value

int

LicenseIdFieldNumber

Field number for the "license_id" field.

public const int LicenseIdFieldNumber = 1

Field Value

int

MaxClientCountFieldNumber

Field number for the "max_client_count" field.

public const int MaxClientCountFieldNumber = 3

Field Value

int

Properties

ActiveClientCount

public int ActiveClientCount { get; set; }

Property Value

int

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

LicenseId

public string LicenseId { get; set; }

Property Value

string

MaxClientCount

public int MaxClientCount { get; set; }

Property Value

int

Parser

public static MessageParser<DeactivateLicenseResponse> Parser { get; }

Property Value

MessageParser<DeactivateLicenseResponse>

Methods

CalculateSize()

public int CalculateSize()

Returns

NameDescription

Clone()

public DeactivateLicenseResponse Clone()

Returns

Equals(object)

public override bool Equals(object other)

Parameters

NameDescription

other object

Returns

NameDescription

Equals(DeactivateLicenseResponse)

public bool Equals(DeactivateLicenseResponse other)

Parameters

NameDescription

Returns

NameDescription

GetHashCode()

public override int GetHashCode()

Returns

NameDescription

MergeFrom(DeactivateLicenseResponse)

public void MergeFrom(DeactivateLicenseResponse other)

Parameters

NameDescription

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)

Parameters

NameDescription

input CodedInputStream

ToString()

public override string ToString()

Returns

NameDescription

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)

Parameters

NameDescription

output CodedOutputStream

Last updated