Class CompilationCacheProducedEventArgs
Issued for every compilation cache generated.
public sealed record CompilationCacheProducedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<CompilationCacheProducedEventArgs>
- Inheritance
-
EventArgsCompilationCacheProducedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
CompilationCacheProducedEventArgs(string, string)
Issued for every compilation cache generated.
public CompilationCacheProducedEventArgs(string Url, string Data)
Parameters
Properties
Data
Base64-encoded data (Encoded as a base64 string when passed over JSON)
public string Data { get; init; }
Property Value
Url
public string Url { get; init; }