Skip to content

a8620861 2efb c4ea 3e18 75c63210d009

AnyOldName3 edited this page Apr 12, 2017 · 1 revision

LVFSContextInfo.ProcessId Property

The process ID of the thread that originally requested the IO operation.

Namespace: LVFS.External
Assembly: LVFS (in LVFS.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public int ProcessId { get; }

VB

Public ReadOnly Property ProcessId As Integer
	Get

C++

public:
property int ProcessId {
	int get ();
}

F#

member ProcessId : int with get

Property Value

Type: Int32

See Also

Reference

LVFSContextInfo Class
LVFS.External Namespace

Clone this wiki locally