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