INotifyMemoryService Methods |
The INotifyMemoryService type exposes the following members.
| Name | Description | |
|---|---|---|
| AddDataChanged |
Add a handler for the DataChanged event.
(Inherited from INotifyDataChanged.) | |
| GetAddress |
Get access to an address in the memory of a peer.
(Inherited from IMemoryService.) | |
| InternalReadV |
Vectored read request.
(Inherited from IMemoryService.) | |
| InternalWriteV |
Vectored write request.
(Inherited from IMemoryService.) | |
| RemoveDataChanged |
Remove a handler from the DataChanged event.
(Inherited from INotifyDataChanged.) |
| Name | Description | |
|---|---|---|
| GetAddress |
Get access to an address in the memory of a peer.
(Defined by MemoryService.) | |
| GetEventQueue |
Subscribes to data changed events and returns a NotifyDataChangedEventQueue.
(Defined by NotifyDataChanged.) | |
| ReadV |
Vectored read request.
(Defined by MemoryService.) | |
| WriteV |
Vectored write request.
(Defined by MemoryService.) |