Interface IServiceDescriptor

Exposes the description of a RPC service.

Namespace: Solti.Utils.Rpc.Interfaces
Assembly: Solti.Utils.Rpc.Interfaces.dll
Syntax
public interface IServiceDescriptor

Properties

Name

The name of the RPC service.

Declaration
Task<string> Name { get; }
Property Value
Type Description
Task<String>

Version

The version of the RPC service.

Declaration
Task<Version> Version { get; }
Property Value
Type Description
Task<Version>
In This Article
Back to top Generated by DocFX