Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Signatures > IQuerySnapshotHost > RegisterSnap
Register a callback to receive the Expression when snapped.
| Overload | Description |
|---|---|
| RegisterSnap(Action<Expression> callback) | Register a callback to receive the Expression when snapped. |
Register a callback to receive the Expression when snapped.
public virtual String RegisterSnap(Action<Expression> callback)String - A unique identifier used to unregister.
| Parameter | Type | Description |
|---|---|---|
callback |
Action<Expression> | The callback to use. |
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |