Skip to content

Factory<TParam1, TParam2, TInstance>

delegate

Namespace: Orleans

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

Constructors

Methods