Beispiel #1
0
 public override void Handle(MemorySnapshotNotification notification)
 {
     resource.Handle(notification);
 }
Beispiel #2
0
 public virtual void Handle(MemorySnapshotNotification notification)
 {
 }
Beispiel #3
0
 public void Handle(MemorySnapshotNotification notification)
 {
     buffers = notification.Allocation;
 }