MessageFormatterProgressTracker.TryGetProgressObject メソッド

定義

オーバーロード

名前 説明
TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)

指定した進行状況 ID に関連付けられている MessageFormatterProgressTracker.ProgressParamInformation オブジェクトを取得します。

TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)

指定した進行状況 ID に関連付けられている MessageFormatterProgressTracker.ProgressParamInformation オブジェクトを取得します。

TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)

ソース:
MessageFormatterProgressTracker.cs
ソース:
MessageFormatterProgressTracker.cs
ソース:
MessageFormatterProgressTracker.cs

指定した進行状況 ID に関連付けられている MessageFormatterProgressTracker.ProgressParamInformation オブジェクトを取得します。

public bool TryGetProgressObject(long progressId, out StreamJsonRpc.Reflection.MessageFormatterProgressTracker.ProgressParamInformation? valueType);
member this.TryGetProgressObject : int64 * ProgressParamInformation -> bool
Public Function TryGetProgressObject (progressId As Long, ByRef valueType As MessageFormatterProgressTracker.ProgressParamInformation) As Boolean

パラメーター

progressId
Int64

StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMapからMessageFormatterProgressTracker.ProgressParamInformation オブジェクトを取得するためのキー。

valueType
MessageFormatterProgressTracker.ProgressParamInformation

取得した MessageFormatterProgressTracker.ProgressParamInformation オブジェクトを格納する出力パラメーター。

返品

指定したキーで MessageFormatterProgressTracker.ProgressParamInformation オブジェクトが見つかった場合は true、それ以外の場合は false。

適用対象

TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)

ソース:
MessageFormatterProgressTracker.cs

指定した進行状況 ID に関連付けられている MessageFormatterProgressTracker.ProgressParamInformation オブジェクトを取得します。

public bool TryGetProgressObject(object progressId, out StreamJsonRpc.Reflection.MessageFormatterProgressTracker.ProgressParamInformation valueType);
member this.TryGetProgressObject : obj * ProgressParamInformation -> bool
Public Function TryGetProgressObject (progressId As Object, ByRef valueType As MessageFormatterProgressTracker.ProgressParamInformation) As Boolean

パラメーター

progressId
Object

StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMapからMessageFormatterProgressTracker.ProgressParamInformation オブジェクトを取得するためのキー。

valueType
MessageFormatterProgressTracker.ProgressParamInformation

取得した MessageFormatterProgressTracker.ProgressParamInformation オブジェクトを格納する出力パラメーター。

返品

指定したキーで MessageFormatterProgressTracker.ProgressParamInformation オブジェクトが見つかった場合は true、それ以外の場合は false。

適用対象