ReflectionServiceImpl Constructor (IEnumerableServiceDescriptor) |
Creates a new instance of ReflectionServiceIml.
Namespace:
Grpc.Reflection
Assembly:
Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntaxpublic ReflectionServiceImpl(
IEnumerable<ServiceDescriptor> serviceDescriptors
)
Public Sub New (
serviceDescriptors As IEnumerable(Of ServiceDescriptor)
)
public:
ReflectionServiceImpl(
IEnumerable<ServiceDescriptor^>^ serviceDescriptors
)
new :
serviceDescriptors : IEnumerable<ServiceDescriptor> -> ReflectionServiceImplParameters
- serviceDescriptors
- Type: System.Collections.GenericIEnumerableServiceDescriptor
[Missing <param name="serviceDescriptors"/> documentation for "M:Grpc.Reflection.ReflectionServiceImpl.#ctor(System.Collections.Generic.IEnumerable{Google.Protobuf.Reflection.ServiceDescriptor})"]
See Also