[This is preliminary documentation and is subject to change.]
Represents informaton about an outstanding SIF_Request that has been made to the zone
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class RequestCacheFileEntry : ISerializable, IRequestInfo
<SerializableAttribute> _ Public Class RequestCacheFileEntry _ Implements ISerializable, IRequestInfo
[SerializableAttribute] public ref class RequestCacheFileEntry : ISerializable, IRequestInfo
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| IsActive |
Returns whether or not this Request is Active
| |
| MessageId |
The SIF_Request MessageId
| |
| ObjectType |
The Object Type of the Request. e.g. "StudentPersonal"
| |
| 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.
|
| Object | |
| RequestCacheFileEntry | |