TrackingServicesValidateOperatorCertification Method  | 
 
            Validates that a particular operator (
User) is certified to perform the given 
Operation.
            
 
    Namespace: 
   FactoryLogix.xTend.Production
    Assembly:
   FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic StartValidationResult ValidateOperatorCertification(
	Guid sessionId,
	Guid operationId,
	string operatorUserName
)
Public Function ValidateOperatorCertification ( 
	sessionId As Guid,
	operationId As Guid,
	operatorUserName As String
) As StartValidationResult
public:
virtual StartValidationResult^ ValidateOperatorCertification(
	Guid sessionId, 
	Guid operationId, 
	String^ operatorUserName
) sealed
abstract ValidateOperatorCertification : 
        sessionId : Guid * 
        operationId : Guid * 
        operatorUserName : string -> StartValidationResult 
override ValidateOperatorCertification : 
        sessionId : Guid * 
        operationId : Guid * 
        operatorUserName : string -> StartValidationResult Parameters
- sessionId
 - Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - operationId
 - Type: SystemGuid
The Id of the Operation to be validated. - operatorUserName
 - Type: SystemString
The user name of the operator (User) who will perform the Operation. 
Return Value
Type: 
StartValidationResultA 
StartValidationResult object describing the results of the validation request.
Exceptions
See Also