你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InvocationResult<T> Class

Definition

A type wrapping the result of a function invocation.

public abstract class InvocationResult<T>
type InvocationResult<'T> = class
Public MustInherit Class InvocationResult(Of T)

Type Parameters

T

The type of invocation result value.

Inheritance
InvocationResult<T>
Derived

Constructors

Name Description
InvocationResult<T>()

Properties

Name Description
Value

Gets or sets the invocation result value.

Applies to