Szerkesztés

Megosztás a következőn keresztül:


InMemoryLeaseProvider(IGrainFactory) Constructor

Definition

Initializes a new instance of the InMemoryLeaseProvider class.

public InMemoryLeaseProvider (Orleans.IGrainFactory grainFactory);
new Orleans.Runtime.Development.InMemoryLeaseProvider : Orleans.IGrainFactory -> Orleans.Runtime.Development.InMemoryLeaseProvider
Public Sub New (grainFactory As IGrainFactory)

Parameters

grainFactory
IGrainFactory

The grain factory.

Applies to