Class LoaderResult
Inheritance
System.Object
LoaderResult
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class LoaderResult
Data
Declaration
public OrderedDictionary Data { get; set; }
Property Value
Type |
Description |
System.Collections.Specialized.OrderedDictionary |
|
HasKeyDependency
Declaration
public bool HasKeyDependency { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HasMoreData
Declaration
public bool HasMoreData { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UserContext
Declaration
public object UserContext { get; set; }
Property Value
Type |
Description |
System.Object |
|