| LicensingClientListUsersByNameForJobId Method |
List User records that are related to a specified Job Id. NOTE: In the RCS implementation this
methods converts the job Id to a Name and lists users with that job name in the array values.
Namespace: RCS.Licensing.StdlibAssembly: RCS.Licensing.Stdlib (in RCS.Licensing.Stdlib.dll) Version: 8.0.0+6a10b18a78f605fc5a365a56d079277e103ee6d9
Syntax public Task<User[]> ListUsersByNameForJobId(
string jobId
)
Parameters
- jobId String
[Missing <param name="jobId"/> documentation for "M:RCS.Licensing.Stdlib.LicensingClient.ListUsersByNameForJobId(System.String)"]
Return Value
TaskUser[Missing <returns> documentation for "M:RCS.Licensing.Stdlib.LicensingClient.ListUsersByNameForJobId(System.String)"]
See Also