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