Method | Description | |
---|---|---|
AddFlavorAsync ( this service, |
||
AddServiceAsync ( this service, |
||
GetFlavorAsync ( this service, FlavorId flavorId, |
||
GetHomeAsync ( this service, |
||
GetServiceAsync ( this service, ServiceId serviceId, |
||
ListFlavorsAsync ( this service, |
||
ListServicesAsync ( this service, |
||
PingAsync ( this service, |
||
RemoveAssetAsync ( this service, ServiceId serviceId, |
||
RemoveFlavorAsync ( this service, FlavorId flavorId, |
||
RemoveServiceAsync ( this service, ServiceId serviceId, |
||
UpdateServiceAsync ( this service, ServiceId serviceId, |
public static AddFlavorAsync ( this service, |
||
service | this | |
flavorData | ||
cancellationToken | ||
return | Task |
public static AddServiceAsync ( this service, |
||
service | this | |
serviceData | ||
cancellationToken | ||
return | Task |
public static GetFlavorAsync ( this service, FlavorId flavorId, |
||
service | this | |
flavorId | FlavorId | |
cancellationToken | ||
return | Task |
public static GetHomeAsync ( this service, |
||
service | this | |
cancellationToken | ||
return | Task |
public static GetServiceAsync ( this service, ServiceId serviceId, |
||
service | this | |
serviceId | ServiceId | |
cancellationToken | ||
return | Task |
public static ListFlavorsAsync ( this service, |
||
service | this | |
cancellationToken | ||
return | Task |
public static ListServicesAsync ( this service, |
||
service | this | |
cancellationToken | ||
return | Task |
public static PingAsync ( this service, |
||
service | this | |
cancellationToken | ||
return | Task |
public static RemoveAssetAsync ( this service, ServiceId serviceId, |
||
service | this | |
serviceId | ServiceId | |
cancellationToken | ||
urlOfAsset | string | |
deleteAll | bool | |
return | Task |
public static RemoveFlavorAsync ( this service, FlavorId flavorId, |
||
service | this | |
flavorId | FlavorId | |
cancellationToken | ||
return | Task |
public static RemoveServiceAsync ( this service, ServiceId serviceId, |
||
service | this | |
serviceId | ServiceId | |
cancellationToken | ||
return | Task |
public static UpdateServiceAsync ( this service, ServiceId serviceId, |
||
service | this | |
serviceId | ServiceId | |
updatedServiceData | ||
cancellationToken | ||
return | Task |