IAccessList<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IAccessList is created to provide random access into a Stream of events via an index
generic <typename T>
public interface class IAccessList
public interface class IAccessList
template <typename T>
__interface IAccessList
public interface IAccessList<T>
type IAccessList<'T> = interface
Public Interface IAccessList(Of T)
Type Parameters
- T
Properties
Count |
Methods
GetEvent(Int32) | |
GetEvents(Int32, Int32) |