|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumReplicaLog
Provides access to members that enumerate through replica log.
Method Summary | |
---|---|
IReplicaLog |
next()
Retreives the next replica in the enumeration sequence. |
void |
reset()
Resets the enumeration sequence to the beginning. |
void |
setQueryAfter(Object rhs1)
Defines time to query the replica log for rows after a particular date. |
Method Detail |
---|
IReplicaLog next() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setQueryAfter(Object rhs1) throws IOException, AutomationException
After setting this property, Reset must be called to filter out the replica logs with a date prior to that specified.
rhs1
- A Variant (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 |