LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)

FailureInformation Property

Show in webframe





Gets or sets the FailureInformation for the specified job.
Syntax
public FailureInformation FailureInformation {get; set;}
'Declaration
 
Public Property FailureInformation As FailureInformation
'Usage
 
Dim instance As JobInformation
Dim value As FailureInformation
 
instance.FailureInformation = value
 
value = instance.FailureInformation

            

            
public:
property FailureInformation^ FailureInformation {
   FailureInformation^ get();
   void set (    FailureInformation^ value);
}

Property Value

The FailureInformation for the specified job.
Example
For an example, refer to IJobService.GetJobInformation.
Requirements

Target Platforms

See Also

Reference

JobInformation Class
JobInformation Members
Programming with Leadtools Cloud SDK
Creating Cloud Worker Assemblies
Understanding The LEADTOOLS Cloud Database
GetJobInformation Method
SetFailureStatus Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.