Click or drag to resize

LicensingClientUpdateGuestJobs Method

Updates the list of guest jobs in the database lookup record.

Namespace: RCS.Licensing.Stdlib
Assembly: RCS.Licensing.Stdlib (in RCS.Licensing.Stdlib.dll) Version: 8.0.0+6a10b18a78f605fc5a365a56d079277e103ee6d9
Syntax
C#
public Task<int> UpdateGuestJobs(
	string[] values
)

Parameters

values  String

[Missing <param name="values"/> documentation for "M:RCS.Licensing.Stdlib.LicensingClient.UpdateGuestJobs(System.String[])"]

Return Value

TaskInt32

[Missing <returns> documentation for "M:RCS.Licensing.Stdlib.LicensingClient.UpdateGuestJobs(System.String[])"]

See Also