ConnectionDelegate 代理人

定義

接続を処理できる関数。

public delegate System::Threading::Tasks::Task ^ ConnectionDelegate(ConnectionContext ^ connection);
public delegate System.Threading.Tasks.Task ConnectionDelegate(ConnectionContext connection);
type ConnectionDelegate = delegate of ConnectionContext -> Task
Public Delegate Function ConnectionDelegate(connection As ConnectionContext) As Task 

パラメーター

connection
ConnectionContext

ConnectionContext接続を表す 。

戻り値

Task接続の有効期間を表す 。 タスクが完了すると、接続は閉じられます。

適用対象