Encapsulates information about a single update operation.

C# | Visual Basic | Visual C++ | J# |
public interface IUpdateResult
Public Interface IUpdateResult
public interface class IUpdateResult
public interface IUpdateResult

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | Exception |
Gets the exception that failed the update operation, if any.
|
![]() | Object |
Gets an object representing the state before the operation, if any.
|
![]() | ResultType |
Gets the result type of the current update operation.
|