[]
Searches for a Task with the specified ID.
public Task Search(int id)
| Type | Name | Description |
|---|---|---|
| int | id |
| Type | Description |
|---|---|
| Task |
Searches for a Task with the specified Name.
public Task Search(string name)
| Type | Name | Description |
|---|---|---|
| string | name |
| Type | Description |
|---|---|
| Task |