Skip to content

Factory<TParam1, TInstance>

delegate

Namespace: Orleans

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

Constructors

Methods