JobWorkItem.Builder.SetEstimatedNetworkBytes(Int64, Int64) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[Android.Runtime.Register("setEstimatedNetworkBytes", "(JJ)Landroid/app/job/JobWorkItem$Builder;", "", ApiSince=34)]
public Android.App.Job.JobWorkItem.Builder SetEstimatedNetworkBytes (long downloadBytes, long uploadBytes);
[<Android.Runtime.Register("setEstimatedNetworkBytes", "(JJ)Landroid/app/job/JobWorkItem$Builder;", "", ApiSince=34)>]
member this.SetEstimatedNetworkBytes : int64 * int64 -> Android.App.Job.JobWorkItem.Builder
Parametri
- downloadBytes
- Int64
- uploadBytes
- Int64
Restituisce
- Attributi