FileHandleEndPoint(UInt64, FileHandleType) コンストラクター

定義

FileHandleEndPoint の新しいインスタンスを初期化します。

public:
 FileHandleEndPoint(System::UInt64 fileHandle, Microsoft::AspNetCore::Connections::FileHandleType fileHandleType);
public FileHandleEndPoint (ulong fileHandle, Microsoft.AspNetCore.Connections.FileHandleType fileHandleType);
new Microsoft.AspNetCore.Connections.FileHandleEndPoint : uint64 * Microsoft.AspNetCore.Connections.FileHandleType -> Microsoft.AspNetCore.Connections.FileHandleEndPoint
Public Sub New (fileHandle As ULong, fileHandleType As FileHandleType)

パラメーター

fileHandle
UInt64

ファイル ハンドル。

fileHandleType
FileHandleType

ファイル ハンドルの種類。

適用対象