Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the process identifier of the module.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
int HostingProcessPid { get; }
property int HostingProcessPid {
int get();
}
abstract HostingProcessPid : int with get
ReadOnly Property HostingProcessPid As Integer
Property Value
Type: System.Int32
A Int32 containing the process identifier of the module.
Remarks
This property supports the infrastructure and is not intended to be used directly from your code.
See Also
FsrmPipelineModuleConnector
IFsrmPipelineModuleConnector Interface
Microsoft.Storage Namespace
Return to top