FSharpResultCodec<T,TError>.IFieldCodec<FSharpResult<T,TError>>.ReadValue<TInput> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Microsoft.FSharp.Core.FSharpResult<T,TError> IFieldCodec<FSharpResult<T,TError>>.ReadValue<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.Field field);
abstract member Orleans.Serialization.Codecs.IFieldCodec<Microsoft.FSharp.Core.FSharpResult<T,TError>>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> Result<'T, 'Error>
override this.Orleans.Serialization.Codecs.IFieldCodec<Microsoft.FSharp.Core.FSharpResult<T,TError>>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> Result<'T, 'Error>
Function ReadValue(Of TInput) (ByRef reader As Reader(Of TInput), field As Field) As FSharpResult(Of T, TError) Implements IFieldCodec(Of FSharpResult(Of T, TError)).ReadValue
Paramètres de type
- TInput
Paramètres
- reader
- Reader<TInput>
- field
- Field
Retours
Microsoft.FSharp.Core.FSharpResult<T,TError>