Method RecordComposition
- Namespace
- MailFathom.Application.Retrieval.AskMail
- Assembly
- MailFathom.Application.dll
RecordComposition(string, string)
Records what the run was composed against, before anything it could fail on.
public void RecordComposition(string chatEndpointAlias, string instructionsVersion)
Parameters
chatEndpointAliasstringThis deployment's own configured name for the endpoint conducting the run.
instructionsVersionstringThe version of the instruction the run is conducted under.
Remarks
Called first rather than at the end, so a run that failed on its first call is still attributable to the profile and the policy that produced it — which is the pair somebody diagnosing it needs and the pair the record would otherwise have to leave blank.
Exceptions
- ArgumentException
Thrown when either argument is blank.