IForwarderTelemetryConsumer.OnForwarderStart(DateTime, String) 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 OnForwarderStart(DateTime timestamp, string destinationPrefix);
abstract member OnForwarderStart : DateTime * string -> unit
override this.OnForwarderStart : DateTime * string -> unit
Public Overridable Sub OnForwarderStart (timestamp As DateTime, destinationPrefix As String)
Parameters
- timestamp
- DateTime
Timestamp when the event was fired.
- destinationPrefix
- String