MetadataName.Create<T>(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.
Create a strongly-typed metadata name.
public static System.Threading.RateLimiting.MetadataName<T> Create<T> (string name);
static member Create : string -> System.Threading.RateLimiting.MetadataName<'T>
Public Shared Function Create(Of T) (name As String) As MetadataName(Of T)
Type Parameters
- T
Type that the metadata will contain.
Parameters
- name
- String
Name of the metadata.