Table of Contents

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

surrogate RegisterAgentTypeResponseSurrogate

The surrogate.

Returns

RegisterAgentTypeResponse

The value.

ConvertToSurrogate(in RegisterAgentTypeResponse)

Converts a value to the value type.

public RegisterAgentTypeResponseSurrogate ConvertToSurrogate(in RegisterAgentTypeResponse value)

Parameters

value RegisterAgentTypeResponse

The value.

Returns

RegisterAgentTypeResponseSurrogate

The surrogate.