Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.43 KB

File metadata and controls

36 lines (22 loc) · 1.43 KB

IQuerySnapshotHost<T>.RegisterSnap Method

Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Signatures > IQuerySnapshotHost > RegisterSnap

Register a callback to receive the Expression when snapped.

Overloads

Overload Description
RegisterSnap(Action<Expression> callback) Register a callback to receive the Expression when snapped.

RegisterSnap(Action<Expression> callback)

Register a callback to receive the Expression when snapped.

public virtual String RegisterSnap(Action<Expression> callback)

Return Type

String - A unique identifier used to unregister.

Parameters

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