Method | Description | |
---|---|---|
WithMarker ( this apiCall, ServiceId serviceId ) : ListServicesApiCall |
Sets (or removes) the
|
|
WithMarker ( this |
Sets (or removes) the This method simplifies the use of WithMarker(ListServicesApiCall, ServiceId) in scenarios where |
|
WithPageSize ( this apiCall, int pageSize ) : ListServicesApiCall |
Sets (or removes) the
|
|
WithPageSize ( this |
Sets (or removes) the This method simplifies the use of WithPageSize(ListServicesApiCall, int?) in scenarios where |
public static WithMarker ( this apiCall, ServiceId serviceId ) : ListServicesApiCall | ||
apiCall | this | The prepared HTTP API call. |
serviceId | ServiceId |
/// |
return | ListServicesApiCall |
public static WithMarker ( this |
||
apiCall | this |
A |
serviceId | ServiceId |
/// |
return | Task |
public static WithPageSize ( this apiCall, int pageSize ) : ListServicesApiCall | ||
apiCall | this | The prepared HTTP API call. |
pageSize | int |
/// |
return | ListServicesApiCall |
public static WithPageSize ( this |
||
apiCall | this |
A |
pageSize | int |
/// |
return | Task |