Share via


CountedCompleter コンストラクター

定義

オーバーロード

CountedCompleter()

完了者がなく、最初の保留中のカウントが 0 の新しい CountedCompleter を作成します。

CountedCompleter(CountedCompleter)

指定された完了子と初期保留中のカウントが 0 の新しい CountedCompleter を作成します。

CountedCompleter(CountedCompleter, Int32)

指定された完了者と初期保留中のカウントを使用して、新しい CountedCompleter を作成します。

CountedCompleter(IntPtr, JniHandleOwnership)

CountedCompleter()

完了者がなく、最初の保留中のカウントが 0 の新しい CountedCompleter を作成します。

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
protected CountedCompleter ();
属性

注釈

完了者がなく、最初の保留中のカウントが 0 の新しい CountedCompleter を作成します。

の Java ドキュメント java.util.concurrent.CountedCompleter.CountedCompleter()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

CountedCompleter(CountedCompleter)

指定された完了子と初期保留中のカウントが 0 の新しい CountedCompleter を作成します。

[Android.Runtime.Register(".ctor", "(Ljava/util/concurrent/CountedCompleter;)V", "", ApiSince=24)]
protected CountedCompleter (Java.Util.Concurrent.CountedCompleter? completer);
[<Android.Runtime.Register(".ctor", "(Ljava/util/concurrent/CountedCompleter;)V", "", ApiSince=24)>]
new Java.Util.Concurrent.CountedCompleter : Java.Util.Concurrent.CountedCompleter -> Java.Util.Concurrent.CountedCompleter

パラメーター

completer
CountedCompleter

このタスクの完了者、または null 存在しない場合

属性

注釈

指定された完了子と初期保留中のカウントが 0 の新しい CountedCompleter を作成します。

の Java ドキュメント java.util.concurrent.CountedCompleter.CountedCompleter(java.util.concurrent.CountedCompleter<?>)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

CountedCompleter(CountedCompleter, Int32)

指定された完了者と初期保留中のカウントを使用して、新しい CountedCompleter を作成します。

[Android.Runtime.Register(".ctor", "(Ljava/util/concurrent/CountedCompleter;I)V", "", ApiSince=24)]
protected CountedCompleter (Java.Util.Concurrent.CountedCompleter? completer, int initialPendingCount);
[<Android.Runtime.Register(".ctor", "(Ljava/util/concurrent/CountedCompleter;I)V", "", ApiSince=24)>]
new Java.Util.Concurrent.CountedCompleter : Java.Util.Concurrent.CountedCompleter * int -> Java.Util.Concurrent.CountedCompleter

パラメーター

completer
CountedCompleter

このタスクの完了者、または null 存在しない場合

initialPendingCount
Int32

最初の保留中の数

属性

注釈

指定された完了者と初期保留中のカウントを使用して、新しい CountedCompleter を作成します。

の Java ドキュメント java.util.concurrent.CountedCompleter.CountedCompleter(java.util.concurrent.CountedCompleter<?>, int)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

CountedCompleter(IntPtr, JniHandleOwnership)

protected CountedCompleter (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Util.Concurrent.CountedCompleter : nativeint * Android.Runtime.JniHandleOwnership -> Java.Util.Concurrent.CountedCompleter

パラメーター

javaReference
IntPtr

nativeint

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象