Table of Contents

Class AddSubscriptionResponseSurrogateConverter

Namespace
Microsoft.AutoGen.RuntimeGateway.Grpc.Orleans.Surrogates
Assembly
Microsoft.AutoGen.RuntimeGateway.Grpc.dll
[RegisterConverter]
public sealed class AddSubscriptionResponseSurrogateConverter : IConverter<AddSubscriptionResponse, AddSubscriptionResponseSurrogate>
Inheritance
AddSubscriptionResponseSurrogateConverter
Implements
Inherited Members

Methods

ConvertFromSurrogate(in AddSubscriptionResponseSurrogate)

Converts a surrogate value to the value type.

public AddSubscriptionResponse ConvertFromSurrogate(in AddSubscriptionResponseSurrogate surrogate)

Parameters

surrogate AddSubscriptionResponseSurrogate

The surrogate.

Returns

AddSubscriptionResponse

The value.

ConvertToSurrogate(in AddSubscriptionResponse)

Converts a value to the value type.

public AddSubscriptionResponseSurrogate ConvertToSurrogate(in AddSubscriptionResponse value)

Parameters

value AddSubscriptionResponse

The value.

Returns

AddSubscriptionResponseSurrogate

The surrogate.