메소드 | 설명 | |
---|---|---|
AddAsync ( Person person ) : System.Threading.Tasks.Task | ||
AddAsync ( Person person, System cancellationToken ) : System.Threading.Tasks.Task | ||
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 |
메소드 | 설명 | |
---|---|---|
PrepareRequest ( System request, string &url ) : void | ||
ProcessResponse ( System request, System response ) : void |
public AddAsync ( Person person ) : System.Threading.Tasks.Task | ||
person | Person | |
리턴 | System.Threading.Tasks.Task |
public AddAsync ( Person person, System cancellationToken ) : System.Threading.Tasks.Task | ||
person | Person | |
cancellationToken | System | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
리턴 | System.Threading.Tasks.Task |
public DeleteAsync ( System id ) : System.Threading.Tasks.Task | ||
id | System | |
리턴 | 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. |
리턴 | System.Threading.Tasks.Task |
public Find2Async ( Gender gender ) : System.Threading.Tasks.Task |
||
gender | Gender | |
리턴 | 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. |
리턴 | System.Threading.Tasks.Task |
public FindAsync ( Gender gender ) : System.Threading.Tasks.Task |
||
gender | Gender | |
리턴 | 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. |
리턴 | System.Threading.Tasks.Task |
public GetAllAsync ( ) : System.Threading.Tasks.Task |
||
리턴 | 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. |
리턴 | System.Threading.Tasks.Task |
public GetAsync ( System id ) : System.Threading.Tasks.Task |
||
id | System | |
리턴 | 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. |
리턴 | System.Threading.Tasks.Task |
public GetNameAsync ( System id ) : System.Threading.Tasks.Task |
||
id | System | The person ID. |
리턴 | 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. |
리턴 | System.Threading.Tasks.Task |
public ThrowAsync ( System id ) : System.Threading.Tasks.Task |
||
id | System | |
리턴 | 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. |
리턴 | System.Threading.Tasks.Task |