HubClientMock.

InvokeAsync<T>(string) Method

Syntax

public override Task<T> InvokeAsync<T>(string methodName)

Type Parameters

Name Description
T

Parameters

Name Type Description
methodName string

Return Value

Type Description
Task<T>