C# Class Chinchilla.Api.Queue

ファイルを表示 Open project: jonnii/chinchilla Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Queue ( )
Queue ( string name )

Protected Methods

Method Description
Equals ( Queue other ) : bool

Method Details

Equals() protected method

protected Equals ( Queue other ) : bool
other Queue
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Queue() public method

public Queue ( )

Queue() public method

public Queue ( string name )
name string