IActivatorProvider.GetActivator<T> 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.
Gets an activator for the specified type.
public Orleans.Serialization.Activators.IActivator<T> GetActivator<T> ();
abstract member GetActivator : unit -> Orleans.Serialization.Activators.IActivator<'T>
Public Function GetActivator(Of T) () As IActivator(Of T)
Type Parameters
- T
The type.
Returns
The activator.