MultiplexedConnectionDelegate 代理人
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
接続を処理できる関数。
public delegate System.Threading.Tasks.Task MultiplexedConnectionDelegate(MultiplexedConnectionContext connection);
type MultiplexedConnectionDelegate = delegate of MultiplexedConnectionContext -> Task
Public Delegate Function MultiplexedConnectionDelegate(connection As MultiplexedConnectionContext) As Task
パラメーター
- connection
- MultiplexedConnectionContext
MultiplexedConnectionContext接続を表す 。
戻り値
Task接続の有効期間を表す 。 タスクが完了すると、接続は閉じられます。