C# Class Microsoft.Azure.Amqp.AmqpLinkSettings

Inheritance: Microsoft.Azure.Amqp.Framing.Attach
Show file Open project: Azure/azure-amqp Class Usage Examples

Public Methods

Method Description
AmqpLinkSettings ( ) : System
Create ( Attach attach ) : AmqpLinkSettings
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

AmqpLinkSettings() public method

public AmqpLinkSettings ( ) : System
return System

Create() public static method

public static Create ( Attach attach ) : AmqpLinkSettings
attach Microsoft.Azure.Amqp.Framing.Attach
return AmqpLinkSettings

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int