Table of Contents

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

surrogate AgentIdSurrogate

The surrogate.

Returns

AgentId

The value.

ConvertToSurrogate(in AgentId)

Converts a value to the value type.

public AgentIdSurrogate ConvertToSurrogate(in AgentId value)

Parameters

value AgentId

The value.

Returns

AgentIdSurrogate

The surrogate.