ReleaseLicenseResponse

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

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

Inheritance

objectReleaseLicenseResponse

Implements

IMessage<ReleaseLicenseResponse>, IEquatable<ReleaseLicenseResponse>, IDeepCloneable<ReleaseLicenseResponse>, IBufferMessage, IMessage

Inherited Members

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

Constructors

ReleaseLicenseResponse()

public ReleaseLicenseResponse()

ReleaseLicenseResponse(ReleaseLicenseResponse)

public ReleaseLicenseResponse(ReleaseLicenseResponse 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<ReleaseLicenseResponse> Parser { get; }

Property Value

MessageParser<ReleaseLicenseResponse>

Methods

CalculateSize()

public int CalculateSize()

Returns

NameDescription

Clone()

public ReleaseLicenseResponse Clone()

Returns

NameDescription

Equals(object)

public override bool Equals(object other)

Parameters

NameDescription

Returns

NameDescription

Equals(ReleaseLicenseResponse)

public bool Equals(ReleaseLicenseResponse other)

Parameters

NameDescription

Returns

NameDescription

GetHashCode()

public override int GetHashCode()

Returns

NameDescription

MergeFrom(ReleaseLicenseResponse)

public void MergeFrom(ReleaseLicenseResponse 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