Skip to main content

Class SessionBehavior

Namespace: Consul
Assembly: Consul.dll

public class SessionBehavior : IEquatable<SessionBehavior>

Inheritance

objectSessionBehavior

Implements

IEquatable<SessionBehavior>

Inherited Members

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

Properties

Behavior

public string Behavior { get; }

Property Value

string

Delete

public static SessionBehavior Delete { get; }

Property Value

SessionBehavior

Release

public static SessionBehavior Release { get; }

Property Value

SessionBehavior

Methods

Equals(SessionBehavior)

public bool Equals(SessionBehavior other)

Parameters

other SessionBehavior

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

  • Properties
    • Behavior
    • Delete
    • Release
  • Methods
    • Equals(SessionBehavior)
    • Equals(object)
    • GetHashCode()