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


IServiceUploadsClient.GetServiceMaxUploadSizeInBytes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IS > IServiceUploadsClient Interface > IServiceUploadsClient.GetServiceMaxUploadSizeInBytes Method
ArcGIS Developer Help

IServiceUploadsClient.GetServiceMaxUploadSizeInBytes Method

Returns the maximum upload size for a service.

[Visual Basic .NET]
Public Function GetServiceMaxUploadSizeInBytes ( _
    ByVal pTargetSevice As IAGSServerObjectName _
) As Long
[C#]
public ulong GetServiceMaxUploadSizeInBytes (
    IAGSServerObjectName pTargetSevice
);
[C++]
HRESULT GetServiceMaxUploadSizeInBytes(
  IAGSServerObjectName* pTargetSevice
);
[C++]
Parameters
pTargetSevice [in]

pTargetSevice is a parameter of type IAGSServerObjectName*

Product Availability

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

See Also

IServiceUploadsClient Interface