Share via


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

檔案控制碼類型。

適用於