Factory<TParam1, TInstance>
delegate
Namespace: Orleans
Creates an instance of
TInstance. public delegate TInstance Factory<TParam1, TInstance>(TParam1 param1);Namespace: Orleans
TInstance. public delegate TInstance Factory<TParam1, TInstance>(TParam1 param1);