IOptionFormatterResolver<T>.Resolve(String) 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.
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.