ArcObjects Library Reference (GISClient)  

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,
  Unsigned 64-bit int* pMaxSize
);
[C++]

Parameters

pTargetSevice [in]

  pTargetSevice is a parameter of type IAGSServerObjectName

pMaxSize [out, retval]   pMaxSize is a parameter of type Unsigned 64-bit int

Product Availability

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

See Also

IServiceUploadsClient Interface