Click or drag to resize

INotifyMemoryService Methods

The INotifyMemoryService type exposes the following members.

Methods
  NameDescription
Public methodAddDataChanged
Add a handler for the DataChanged event.
(Inherited from INotifyDataChanged.)
Public methodGetAddress
Get access to an address in the memory of a peer.
(Inherited from IMemoryService.)
Public methodInternalReadV
Vectored read request.
(Inherited from IMemoryService.)
Public methodInternalWriteV
Vectored write request.
(Inherited from IMemoryService.)
Public methodRemoveDataChanged
Remove a handler from the DataChanged event.
(Inherited from INotifyDataChanged.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetAddress
Get access to an address in the memory of a peer.
(Defined by MemoryService.)
Public Extension MethodCode exampleGetEventQueue (Defined by NotifyDataChanged.)
Public Extension MethodReadV
Vectored read request.
(Defined by MemoryService.)
Public Extension MethodWriteV
Vectored write request.
(Defined by MemoryService.)
Top
See Also