Table of Contents

Class FlightIGrpcServerBuilderExtensions

Namespace
Microsoft.Extensions.DependencyInjection
Assembly
Apache.Arrow.Flight.AspNetCore.dll
public static class FlightIGrpcServerBuilderExtensions
Inheritance
FlightIGrpcServerBuilderExtensions
Inherited Members

Methods

AddFlightServer<T>(IGrpcServerBuilder)

public static IGrpcServerBuilder AddFlightServer<T>(this IGrpcServerBuilder grpcServerBuilder) where T : FlightServer

Parameters

grpcServerBuilder IGrpcServerBuilder

Returns

IGrpcServerBuilder

Type Parameters

T