withGrainStorage
Function
interface OrleansService { // ... omitted for brevity withGrainStorage( name: string, provider: IResourceWithConnectionString): OrleansService;}Signature
method
withGrainStorage Adds an Orleans grain storage provider
withGrainStorage( name: string, provider: IResourceWithConnectionString): OrleansServiceParameters
name string provider IResourceWithConnectionString Returns
OrleansService Applies to
This function is an extension method on the following types: