編輯

共用方式為


RelationalStorageProviderQueries(String, String, String) Constructor

Definition

Constructor.

public RelationalStorageProviderQueries (string writeToStorage, string readFromStorage, string clearState);
new Orleans.Storage.RelationalStorageProviderQueries : string * string * string -> Orleans.Storage.RelationalStorageProviderQueries
Public Sub New (writeToStorage As String, readFromStorage As String, clearState As String)

Parameters

writeToStorage
String

The clause to write to a storage.

readFromStorage
String

The clause to read from a storage.

clearState
String

The clause to clear the storage.

Applies to