Exemplo n.º 1
0
 public async Task <IPlatformResponse <ITrip> > UpdateTripName(string tripId, string name, CancellationToken?cancellationToken = null, IProgress <ISDKProgress> progress = null)
 {
     SetupTokenAndProgress(cancellationToken, progress);
     return(await SdkClient.UpdateTripName(tripId, name, cancellationToken, progress));
 }