PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.MakeSubmissionEntry 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.
Create a submission entry for the submitted log entry. Using a type parameter so we can add protocol-specific info to this class.
protected abstract TSubmissionEntry MakeSubmissionEntry (TLogEntry entry);
abstract member MakeSubmissionEntry : 'LogEntry -> 'SubmissionEntry
Protected MustOverride Function MakeSubmissionEntry (entry As TLogEntry) As TSubmissionEntry
Parameters
- entry
- TLogEntry
Returns
TSubmissionEntry