TaskAgentHttpClient.UploadTaskZipAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> UploadTaskZipAsync(Guid taskId, System.IO.Stream fileStream, bool overwrite = false, object userState = null, System.Threading.CancellationToken cancellationToken = null);
member this.UploadTaskZipAsync : Guid * System.IO.Stream * bool * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>
Parameters
- taskId
- Guid
- fileStream
- Stream
- overwrite
- Boolean
- userState
- Object
- cancellationToken
- CancellationToken