[Visual Basic .NET]
Public Sub GetUpdateIDs ( _
ByRef pServerUpdateID As String, _
ByRef pServicesUpdateID As String, _
ByRef pFoldersUpdateID As String, _
ByRef pPermissionsUpdateID As String, _
ByRef pLogUpdateID As String, _
ByRef pGDBUpdateID As String _
)
[C#]
public void GetUpdateIDs (
ref string pServerUpdateID,
ref string pServicesUpdateID,
ref string pFoldersUpdateID,
ref string pPermissionsUpdateID,
ref string pLogUpdateID,
ref string pGDBUpdateID
);
[C++]
HRESULT GetUpdateIDs(
BSTR* pServerUpdateID,
BSTR* pServicesUpdateID,
BSTR* pFoldersUpdateID,
BSTR* pPermissionsUpdateID,
BSTR* pLogUpdateID,
BSTR* pGDBUpdateID
);
[C++]
Parameters
pServerUpdateID [out]
pServerUpdateID is a parameter of type BSTR
pServicesUpdateID [out]
pServicesUpdateID is a parameter of type BSTR
pFoldersUpdateID [out]
pFoldersUpdateID is a parameter of type BSTR
pPermissionsUpdateID [out]
pPermissionsUpdateID is a parameter of type BSTR
pLogUpdateID [out]
pLogUpdateID is a parameter of type BSTR
pGDBUpdateID [out]
pGDBUpdateID is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
See Also
IServerConfigurationStorage Interface