Class AgentIdSurrogateConverter
- Namespace
- Microsoft.Auto
Gen .RuntimeGateway .Grpc.Orleans.Surrogates
- Assembly
- Microsoft.AutoGen.RuntimeGateway.Grpc.dll
[RegisterConverter]
public sealed class AgentIdSurrogateConverter : IConverter<AgentId, AgentIdSurrogate>
- Inheritance
-
Agent
IdSurrogate Converter
- Implements
- Inherited Members
Methods
ConvertFromSurrogate(in AgentIdSurrogate)
Converts a surrogate value to the value type.
Parameters
surrogate
AgentIdSurrogate The surrogate.
Returns
- Agent
Id The value.
ConvertToSurrogate(in AgentId)
Converts a value to the value type.
Parameters
value
AgentId The value.
Returns
- Agent
IdSurrogate The surrogate.