Method | Description | |
---|---|---|
AddAsync ( |
||
AddAsync ( |
||
DeleteAsync ( System id ) : System.Threading.Tasks.Task | ||
DeleteAsync ( System id, System cancellationToken ) : System.Threading.Tasks.Task | ||
Find2Async ( Gender gender ) : System.Threading.Tasks.Task |
||
Find2Async ( Gender gender, System cancellationToken ) : System.Threading.Tasks.Task |
||
FindAsync ( Gender gender ) : System.Threading.Tasks.Task |
||
FindAsync ( Gender gender, System cancellationToken ) : System.Threading.Tasks.Task |
||
GetAllAsync ( ) : System.Threading.Tasks.Task |
||
GetAllAsync ( System cancellationToken ) : System.Threading.Tasks.Task |
||
GetAsync ( System id ) : System.Threading.Tasks.Task |
||
GetAsync ( System id, System cancellationToken ) : System.Threading.Tasks.Task |
||
GetNameAsync ( System id ) : System.Threading.Tasks.Task |
Gets the name of a person.
|
|
GetNameAsync ( System id, System cancellationToken ) : System.Threading.Tasks.Task |
Gets the name of a person.
|
|
ThrowAsync ( System id ) : System.Threading.Tasks.Task |
||
ThrowAsync ( System id, System cancellationToken ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
PrepareRequest ( System request, string &url ) : void | ||
ProcessResponse ( System request, System response ) : void |
public AddAsync ( |
||
person | ||
return | System.Threading.Tasks.Task |
public AddAsync ( |
||
person | ||
cancellationToken | System | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
return | System.Threading.Tasks.Task |
public DeleteAsync ( System id ) : System.Threading.Tasks.Task | ||
id | System | |
return | System.Threading.Tasks.Task |
public DeleteAsync ( System id, System cancellationToken ) : System.Threading.Tasks.Task | ||
id | System | |
cancellationToken | System | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
return | System.Threading.Tasks.Task |
public Find2Async ( Gender gender ) : System.Threading.Tasks.Task |
||
gender | Gender | |
return | System.Threading.Tasks.Task |
public Find2Async ( Gender gender, System cancellationToken ) : System.Threading.Tasks.Task |
||
gender | Gender | |
cancellationToken | System | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
return | System.Threading.Tasks.Task |
public FindAsync ( Gender gender ) : System.Threading.Tasks.Task |
||
gender | Gender | |
return | System.Threading.Tasks.Task |
public FindAsync ( Gender gender, System cancellationToken ) : System.Threading.Tasks.Task |
||
gender | Gender | |
cancellationToken | System | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
return | System.Threading.Tasks.Task |
public GetAllAsync ( ) : System.Threading.Tasks.Task |
||
return | System.Threading.Tasks.Task |
public GetAllAsync ( System cancellationToken ) : System.Threading.Tasks.Task |
||
cancellationToken | System | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
return | System.Threading.Tasks.Task |
public GetAsync ( System id ) : System.Threading.Tasks.Task |
||
id | System | |
return | System.Threading.Tasks.Task |
public GetAsync ( System id, System cancellationToken ) : System.Threading.Tasks.Task |
||
id | System | |
cancellationToken | System | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
return | System.Threading.Tasks.Task |
public GetNameAsync ( System id ) : System.Threading.Tasks.Task |
||
id | System | The person ID. |
return | System.Threading.Tasks.Task |
public GetNameAsync ( System id, System cancellationToken ) : System.Threading.Tasks.Task |
||
id | System | The person ID. |
cancellationToken | System | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
return | System.Threading.Tasks.Task |
public ThrowAsync ( System id ) : System.Threading.Tasks.Task |
||
id | System | |
return | System.Threading.Tasks.Task |
public ThrowAsync ( System id, System cancellationToken ) : System.Threading.Tasks.Task |
||
id | System | |
cancellationToken | System | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
return | System.Threading.Tasks.Task |