public SendPulseTimingEvent ( RaygunPulseEventType eventType, string name, long milliseconds ) : void | ||
eventType | RaygunPulseEventType | The type of event that occurred. |
name | string | The name of the event resource such as the view name or URL of a network call. |
milliseconds | long | The duration of the event in milliseconds. |
return | void |