IForwarderTelemetryConsumer.OnForwarderInvoke Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called before forwarding a request.
public virtual void OnForwarderInvoke(DateTime timestamp, string clusterId, string routeId, string destinationId);
abstract member OnForwarderInvoke : DateTime * string * string * string -> unit
override this.OnForwarderInvoke : DateTime * string * string * string -> unit
Public Overridable Sub OnForwarderInvoke (timestamp As DateTime, clusterId As String, routeId As String, destinationId As String)
Parameters
- timestamp
- DateTime
Timestamp when the event was fired.
- clusterId
- String
Cluster ID
- routeId
- String
Route ID
- destinationId
- String
Destination ID