Table of Contents

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

surrogate RegisterAgentTypeRequestSurrogate

The surrogate.

Returns

RegisterAgentTypeRequest

The value.

ConvertToSurrogate(in RegisterAgentTypeRequest)

Converts a value to the value type.

public RegisterAgentTypeRequestSurrogate ConvertToSurrogate(in RegisterAgentTypeRequest value)

Parameters

value RegisterAgentTypeRequest

The value.

Returns

RegisterAgentTypeRequestSurrogate

The surrogate.