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


IThreadedOperationParameters2.ServerObjectName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IThreadedOperationParameters2.ServerObjectName Property

The server object name identifying the service where parts of the associated operation may be remotely executed.

[Visual Basic .NET]
Public Property ServerObjectName As IName
[C#]
public IName ServerObjectName {get; set;}
[C++]
HRESULT get_ServerObjectName(
  IName** ppName
);
[C++]
HRESULT putref_ServerObjectName(
  IName* ppName
);
[C++]

Parameters ppName [out, retval]
ppName is a parameter of type IName ppName [in]
ppName is a parameter of type IName

Product Availability

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

See Also

IThreadedOperationParameters2 Interface