Méthode | Description | |
---|---|---|
AddPolygonAsync ( System |
||
AddPolygonAsync ( System |
||
FromBodyTestAsync ( GeoPoint location ) : System.Threading.Tasks.Task | ||
FromBodyTestAsync ( GeoPoint location, System cancellationToken ) : System.Threading.Tasks.Task | ||
FromUriTestAsync ( double latitude, double longitude ) : System.Threading.Tasks.Task | ||
FromUriTestAsync ( double latitude, double longitude, System cancellationToken ) : System.Threading.Tasks.Task | ||
GetUploadedFileAsync ( int id, bool @override ) : System.Threading.Tasks.Task |
||
GetUploadedFileAsync ( int id, bool @override, System cancellationToken ) : System.Threading.Tasks.Task |
||
RefreshAsync ( ) : System.Threading.Tasks.Task | ||
RefreshAsync ( System cancellationToken ) : System.Threading.Tasks.Task | ||
SaveItemsAsync ( GenericRequestOfAddressAndPerson request ) : System.Threading.Tasks.Task | ||
SaveItemsAsync ( GenericRequestOfAddressAndPerson request, System cancellationToken ) : System.Threading.Tasks.Task | ||
UploadFileAsync ( FileParameter file ) : System.Threading.Tasks.Task |
||
UploadFileAsync ( FileParameter file, System cancellationToken ) : System.Threading.Tasks.Task |
||
UploadFilesAsync ( System |
||
UploadFilesAsync ( System |
Méthode | Description | |
---|---|---|
PrepareRequest ( System request, string &url ) : void | ||
ProcessResponse ( System request, System response ) : void |
public AddPolygonAsync ( System |
||
points | System |
|
Résultat | System.Threading.Tasks.Task |
public AddPolygonAsync ( System |
||
points | System |
|
cancellationToken | System | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Résultat | System.Threading.Tasks.Task |
public FromBodyTestAsync ( GeoPoint location ) : System.Threading.Tasks.Task | ||
location | GeoPoint | |
Résultat | System.Threading.Tasks.Task |
public FromBodyTestAsync ( GeoPoint location, System cancellationToken ) : System.Threading.Tasks.Task | ||
location | GeoPoint | |
cancellationToken | System | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Résultat | System.Threading.Tasks.Task |
public FromUriTestAsync ( double latitude, double longitude ) : System.Threading.Tasks.Task | ||
latitude | double | |
longitude | double | |
Résultat | System.Threading.Tasks.Task |
public FromUriTestAsync ( double latitude, double longitude, System cancellationToken ) : System.Threading.Tasks.Task | ||
latitude | double | |
longitude | double | |
cancellationToken | System | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Résultat | System.Threading.Tasks.Task |
public GetUploadedFileAsync ( int id, bool @override ) : System.Threading.Tasks.Task |
||
id | int | |
@override | bool | |
Résultat | System.Threading.Tasks.Task |
public GetUploadedFileAsync ( int id, bool @override, System cancellationToken ) : System.Threading.Tasks.Task |
||
id | int | |
@override | bool | |
cancellationToken | System | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Résultat | System.Threading.Tasks.Task |
public RefreshAsync ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
public RefreshAsync ( 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. |
Résultat | System.Threading.Tasks.Task |
public SaveItemsAsync ( GenericRequestOfAddressAndPerson request ) : System.Threading.Tasks.Task | ||
request | GenericRequestOfAddressAndPerson | |
Résultat | System.Threading.Tasks.Task |
public SaveItemsAsync ( GenericRequestOfAddressAndPerson request, System cancellationToken ) : System.Threading.Tasks.Task | ||
request | GenericRequestOfAddressAndPerson | |
cancellationToken | System | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Résultat | System.Threading.Tasks.Task |
public UploadFileAsync ( FileParameter file ) : System.Threading.Tasks.Task |
||
file | FileParameter | |
Résultat | System.Threading.Tasks.Task |
public UploadFileAsync ( FileParameter file, System cancellationToken ) : System.Threading.Tasks.Task |
||
file | FileParameter | |
cancellationToken | System | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Résultat | System.Threading.Tasks.Task |
public UploadFilesAsync ( System |
||
files | System |
|
Résultat | System.Threading.Tasks.Task |
public UploadFilesAsync ( System |
||
files | System |
|
cancellationToken | System | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Résultat | System.Threading.Tasks.Task |