Class AddSubscriptionResponseSurrogateConverter
- Namespace
- Microsoft.Auto
Gen .RuntimeGateway .Grpc.Orleans.Surrogates
- Assembly
- Microsoft.AutoGen.RuntimeGateway.Grpc.dll
[RegisterConverter]
public sealed class AddSubscriptionResponseSurrogateConverter : IConverter<AddSubscriptionResponse, AddSubscriptionResponseSurrogate>
- Inheritance
-
Add
Subscription Response Surrogate Converter
- Implements
- Inherited Members
Methods
ConvertFromSurrogate(in AddSubscriptionResponseSurrogate)
Converts a surrogate value to the value type.
Parameters
surrogate
AddSubscription Response Surrogate The surrogate.
Returns
- Add
Subscription Response The value.
ConvertToSurrogate(in AddSubscriptionResponse)
Converts a value to the value type.
Parameters
value
AddSubscription Response The value.
Returns
- Add
Subscription Response Surrogate The surrogate.