Edit

Share via


IOptionFormatterResolver<T>.Resolve(String) Method

Definition

Resolves the options formatter for the specified options type with the specified options name.

public Orleans.IOptionFormatter<T> Resolve (string name);
abstract member Resolve : string -> Orleans.IOptionFormatter<'T>
Public Function Resolve (name As String) As IOptionFormatter(Of T)

Parameters

name
String

The options name.

Returns

The options type.

Applies to