Table of Contents

Method Format

Namespace
Millrace.Invocations
Assembly
Millrace.dll

Format(Type)

Renders a version-free reference to type.

public static string Format(Type type)

Parameters

type Type

Returns

string

Remarks

The result is a persisted identifier, not a display string — it is written into job records and read back by a different process, usually after at least one redeploy. Version, culture and public key token are dropped at every level so a package bump does not orphan in-flight jobs; namespace, type name and assembly simple name are all load-bearing, which is the reason renaming a type that queued jobs still refer to is a breaking deploy.