Click or drag to resize
TransitFactoryDefaultWriteHandlers Method

[This is preliminary documentation and is subject to change.]

Returns a directory of classes to write handlers that is used by default.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public static IImmutableDictionary<Type, IWriteHandler> DefaultWriteHandlers()

Return Value

Type: IImmutableDictionaryType, IWriteHandler
Class to write handler directory.
See Also