C# Class ctac.SocketKey

Mostrar archivo Open project: dshook/centauri-tac Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
SocketKey ( System.Guid clientId, string componentName ) : System
ToString ( ) : string

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

SocketKey() public method

public SocketKey ( System.Guid clientId, string componentName ) : System
clientId System.Guid
componentName string
return System

ToString() public method

public ToString ( ) : string
return string