This document is archived and information here might be outdated.  Recommended version.


IServerObjectFactoryX.SetProcessId Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServerObjectFactoryX.SetProcessId Method

Sets the process id.

[Visual Basic .NET]
Public Sub SetProcessId ( _
    ByVal ProcessId As Integer _
)
[C#]
public void SetProcessId (
    uint ProcessId
);
[C++]
HRESULT SetProcessId(
  Unsigned long ProcessId
);
[C++]

Parameters ProcessId [in] ProcessId is a parameter of type Unsigned long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IServerObjectFactoryX Interface