|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IThreadedJobResult
Provides access to members that control a threaded job result.
Method Summary | |
---|---|
IPropertySet |
getProperties()
All the properties that define the threaded job results object. |
int |
getWorkDone()
The amount of work done by the job. |
void |
setPropertiesByRef(IPropertySet ppResultProperties)
All the properties that define the threaded job results object. |
void |
setWorkDone(int pWorkDone)
The amount of work done by the job. |
Method Detail |
---|
IPropertySet getProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPropertiesByRef(IPropertySet ppResultProperties) throws IOException, AutomationException
ppResultProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWorkDone() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWorkDone(int pWorkDone) throws IOException, AutomationException
pWorkDone
- The pWorkDone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |