C# Class Taskling.InfrastructureContracts.TaskId

Show file Open project: Vanlightly/Taskling.NET Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
TaskId ( string applicationName, string taskName ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

TaskId() public method

public TaskId ( string applicationName, string taskName ) : System
applicationName string
taskName string
return System