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