[This is preliminary documentation and is subject to change.]
Represents information cached by the ADK about a specific SIF_Request.
| C# | Visual Basic | Visual C++ |
public interface IRequestInfo
Public Interface IRequestInfo
public interface class IRequestInfo
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| IsActive |
Returns whether or not this Request is Active
| |
| MessageId |
The SIF_Request MessageId
| |
| ObjectType | ||
| RequestTime |
The Date and Time that that this request was initially made
| |
| UserData |
Returns the Serializable UserData state object that was placed in the
Query query class at the time of the original request.
|