次の方法で共有


ReturnValueProxyAttribute クラス

定義

呼び出し可能な基本型 (TaskRequest を参照) に適用され、呼び出しのためにランタイムに渡されるのではなく、生成されたプロキシ メソッドから派生型のインスタンスを直接返す必要があることを示します。 これは、ストリーミングなどの要求応答以外の呼び出しパターンをサポートするために使用されます。

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class ReturnValueProxyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type ReturnValueProxyAttribute = class
    inherit Attribute
Public NotInheritable Class ReturnValueProxyAttribute
Inherits Attribute
継承
ReturnValueProxyAttribute
属性

コンストラクター

ReturnValueProxyAttribute(String)

呼び出し可能な基本型 (TaskRequest を参照) に適用され、呼び出しのためにランタイムに渡されるのではなく、生成されたプロキシ メソッドから派生型のインスタンスを直接返す必要があることを示します。 これは、ストリーミングなどの要求応答以外の呼び出しパターンをサポートするために使用されます。

プロパティ

InitializerMethodName

に対するメソッドの名前

適用対象