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