次の方法で共有


IFsrmPipelineModuleConnector.HostingProcessPid Property

 

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