Méthode | Description | |
---|---|---|
GetFeaturedSamples ( ) : List |
Gets featured samples.
|
|
GetMetadataManifest ( string path ) : Stream |
Returns a Stream based on the individual sample metadata.json file.
|
|
GetMetadataManifestAsBytes ( string path ) : byte[] | ||
GetSamplesAsTree ( ) : List |
Gets all samples as a tree.
|
|
InitializeAsync ( ) : System.Threading.Tasks.Task | ||
InitializeAsync ( Activity context ) : System.Threading.Tasks.Task |
Méthode | Description | |
---|---|---|
CreateAllAsync ( ) : System.Threading.Tasks.Task |
Creates whole sample structure.
|
|
SampleManager ( ) : System |
public GetMetadataManifest ( string path ) : Stream | ||
path | string | String path to the metadata file. |
Résultat | Stream |
public GetMetadataManifestAsBytes ( string path ) : byte[] | ||
path | string | |
Résultat | byte[] |
public InitializeAsync ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
public InitializeAsync ( Activity context ) : System.Threading.Tasks.Task | ||
context | Activity | |
Résultat | System.Threading.Tasks.Task |