Class BaseDataConsumer<T>.Uploadable
Namespace: Unity.Simulation
Syntax
protected class Uploadable
Constructors
Uploadable(String, Task<T>)
Declaration
public Uploadable(string path, Task<T> task)
Parameters
Type | Name | Description |
---|---|---|
String | path | |
Task<T> | task |
Fields
attempts
Declaration
public int attempts
Field Value
Type | Description |
---|---|
Int32 |
path
Declaration
public string path
Field Value
Type | Description |
---|---|
String |
source
Declaration
public Stream source
Field Value
Type | Description |
---|---|
Stream |
startTime
Declaration
public DateTime startTime
Field Value
Type | Description |
---|---|
DateTime |
task
Declaration
public Task<T> task
Field Value
Type | Description |
---|---|
Task<T> |
Methods
Cleanup()
Declaration
public void Cleanup()