Table of Contents

Class ClientAffineProperties

Namespace
Microsoft.ServiceBus.Messaging
Assembly
Microsoft.ServiceBus.dll
[DataContract(Name = "ClientAffineProperties", Namespace = "http://schemas.microsoft.com/netservices/2011/06/servicebus")]
public sealed class ClientAffineProperties : IEquatable<ClientAffineProperties>
Inheritance
ClientAffineProperties
Implements
Inherited Members

Constructors

ClientAffineProperties()

public ClientAffineProperties()

Properties

ClientId

public string ClientId { get; set; }

Property Value

string

IsDurable

public bool IsDurable { get; set; }

Property Value

bool

IsShared

public bool IsShared { get; set; }

Property Value

bool

Methods

Equals(ClientAffineProperties)

public bool Equals(ClientAffineProperties other)

Parameters

other ClientAffineProperties

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int