共用方式為


CompletedResponse 類別

定義

表示已完成 Response 的 。

[Orleans.GenerateSerializer]
[Orleans.Immutable]
[Orleans.SuppressReferenceTracking]
[Orleans.UseActivator]
public sealed class CompletedResponse : Orleans.Serialization.Invocation.Response
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
[<Orleans.SuppressReferenceTracking>]
[<Orleans.UseActivator>]
type CompletedResponse = class
    inherit Response
Public NotInheritable Class CompletedResponse
Inherits Response
繼承
CompletedResponse
屬性

建構函式

CompletedResponse()

表示已完成 Response 的 。

屬性

Exception

表示已完成 Response 的 。

Instance

取得這個類別的單一實例。

Result

表示已完成 Response 的 。

方法

Dispose()

表示已完成 Response 的 。

GetResult<T>()

表示已完成 Response 的 。

GetSimpleResultType()

表示已完成 Response 的 。

(繼承來源 Response)
ToString()

表示已完成 Response 的 。

擴充方法

ThrowIfExceptionResponse(Response)

表示已完成 Response 的 。

適用於