| LicensingClientGetRealCloudVartreeNames Method |
Gets a list of the 'real' vartree (*.vtr) blobs in the root of a job's container.
Namespace: RCS.Licensing.StdlibAssembly: RCS.Licensing.Stdlib (in RCS.Licensing.Stdlib.dll) Version: 8.0.0+6a10b18a78f605fc5a365a56d079277e103ee6d9
Syntax public Task<string[]?> GetRealCloudVartreeNames(
string jobId
)
Parameters
- jobId String
[Missing <param name="jobId"/> documentation for "M:RCS.Licensing.Stdlib.LicensingClient.GetRealCloudVartreeNames(System.String)"]
Return Value
TaskString[Missing <returns> documentation for "M:RCS.Licensing.Stdlib.LicensingClient.GetRealCloudVartreeNames(System.String)"]
Remarks
Note that this method is somewhat unusual because it combines information about a job and its
parent customer to read the blobs in an actual container. The returned names are useful in some
high-level tools to manage licensing.
See Also