HubClientBase.

InvokeAsync<T>(string) Method

Assembly
Rocket.Surgery.Airframe.Data.dll
Namespace
Data
Containing Type
HubClientBase

Syntax

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

Attributes

Type Description
NullableContextAttribute

Type Parameters

Name Description
T

Parameters

Name Type Description
methodName string

Return Value

Type Description
Task<T>