共用方式為


InvocationContextExtensions.GetGroupsAsync(InvocationContext) Method

Definition

Get the group manager of this hub.

public static System.Threading.Tasks.Task<Microsoft.AspNetCore.SignalR.IGroupManager> GetGroupsAsync (this Microsoft.Azure.WebJobs.Extensions.SignalRService.InvocationContext invocationContext);
static member GetGroupsAsync : Microsoft.Azure.WebJobs.Extensions.SignalRService.InvocationContext -> System.Threading.Tasks.Task<Microsoft.AspNetCore.SignalR.IGroupManager>
<Extension()>
Public Function GetGroupsAsync (invocationContext As InvocationContext) As Task(Of IGroupManager)

Parameters

invocationContext
InvocationContext

Returns

Applies to