RelationalStorageProviderQueries(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.