Click or drag to resize

AuthenticateJob Class

Contains data extracted from a Licensing Job entity that a user is connected to.
Inheritance Hierarchy
SystemObject
  RCS.Licensing.StdlibAuthenticateJob

Namespace: RCS.Licensing.Stdlib
Assembly: RCS.Licensing.Stdlib (in RCS.Licensing.Stdlib.dll) Version: 8.0.0+6a10b18a78f605fc5a365a56d079277e103ee6d9
Syntax
C#
public sealed class AuthenticateJob

The AuthenticateJob type exposes the following members.

Constructors
 NameDescription
Public methodAuthenticateJobInitializes a new instance of the AuthenticateJob class
Top
Properties
 NameDescription
Public propertyIsAccessible A flag indicating if the job (Container) was accessible during the attempt to scan the root level blobs for 'real' *.vtr vartrees. There are three possible values: True if the job's container was accessible. False if the job's container was inaccessible because the container may not exist or there are security restrictions. null indicates that no attempt was made to access the container.
Public propertyRealCloudVartreeNames A list of vartree names that correspond to real *.vtr blobs that were found in the job's container.
Public propertyVartreeNames A manually entered list of vartree names that are associated with the job. This legacy property was used in client app UIs to fill pick lists of jobs and their vartrees. There was always the danger that this manual list would become out-of-sync with the actual vartree files or blobs and produce unepected errors. This property is redundant for cloud job processing because the RealCloudVartreeNames property provides the names of real vartree blobs, but in that case this property can be used as a filter to define a subset of the real vartrees to be visible. This logic is UNDER CONSTRUCTION.
Top
See Also