| LicensingClientListUserByJobId Method |
List users filtering to those containing a specific cloud job that is validated to be a child of
the user's parent customer. NOTE: The job is read to obtain its properties. Users are listed if
their equals the job's parent customer id and the user's contains the job name.
Namespace: RCS.Licensing.StdlibAssembly: RCS.Licensing.Stdlib (in RCS.Licensing.Stdlib.dll) Version: 8.0.0+6a10b18a78f605fc5a365a56d079277e103ee6d9
Syntax public Task<User[]> ListUserByJobId(
string jobId
)
Parameters
- jobId String
[Missing <param name="jobId"/> documentation for "M:RCS.Licensing.Stdlib.LicensingClient.ListUserByJobId(System.String)"]
Return Value
TaskUser[Missing <returns> documentation for "M:RCS.Licensing.Stdlib.LicensingClient.ListUserByJobId(System.String)"]
See Also