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. This property supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual int HostingProcessPid { get; }
public:
property int HostingProcessPid {
virtual int get();
}
abstract HostingProcessPid : int with get
override HostingProcessPid : int with get
Public Overridable ReadOnly Property HostingProcessPid As Integer
Property Value
Type: System.Int32
Returns a Int32 containing the process identifier of the module.
Implements
IFsrmPipelineModuleConnector.HostingProcessPid
See Also
FsrmPipelineModuleConnector
IFsrmPipelineModuleConnector
FsrmPipelineModuleConnectorClass Class
Microsoft.Storage Namespace
Return to top