StaticServiceHubContextStore.Get(String) Method
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.
Get a IServiceHubContextStore instance.
public static Microsoft.Azure.WebJobs.Extensions.SignalRService.IServiceHubContextStore Get (string connectionStringSetting = "AzureSignalRConnectionString");
static member Get : string -> Microsoft.Azure.WebJobs.Extensions.SignalRService.IServiceHubContextStore
Public Shared Function Get (Optional connectionStringSetting As String = "AzureSignalRConnectionString") As IServiceHubContextStore
Parameters
- connectionStringSetting
- String
The name of config item which contains connection information.