IVersionEventsServices Interface

Provides access to events that occur on versions in services. This interface is for use in Server and especially Server Object Extensions.

Members

Name Description
Method VersionCreated A new version was created. Event is reported on DEFAULT.
Method VersionDeleted A version was deleted. Event is reported on DEFAULT and the deleted version.
Method VersionPosted A version was posted. Event is reported on DEFAULT and the posted version.
Method VersionReconciled A version was reconciled. Event is reported on DEFAULT and the reconciled version.
Method VersionRenamed A version was renamed. Event is reported on DEFAULT and the renamed version.

IVersionEventsServices.VersionCreated Method

A new version was created. Event is reported on DEFAULT.

Public Sub VersionCreated ( _
    ByVal VersionID As Guid, _
    ByVal Name As String _
)
public void VersionCreated (
    Guid VersionID,
    string Name
);

IVersionEventsServices.VersionDeleted Method

A version was deleted. Event is reported on DEFAULT and the deleted version.

Public Sub VersionDeleted ( _
    ByVal VersionID As Guid, _
    ByVal Name As String _
)
public void VersionDeleted (
    Guid VersionID,
    string Name
);

IVersionEventsServices.VersionPosted Method

A version was posted. Event is reported on DEFAULT and the posted version.

Public Sub VersionPosted ( _
    ByVal VersionID As Guid, _
    ByVal Name As String _
)
public void VersionPosted (
    Guid VersionID,
    string Name
);

IVersionEventsServices.VersionReconciled Method

A version was reconciled. Event is reported on DEFAULT and the reconciled version.

Public Sub VersionReconciled ( _
    ByVal VersionID As Guid, _
    ByVal Name As String _
)
public void VersionReconciled (
    Guid VersionID,
    string Name
);

IVersionEventsServices.VersionRenamed Method

A version was renamed. Event is reported on DEFAULT and the renamed version.

Public Sub VersionRenamed ( _
    ByVal VersionID As Guid, _
    ByVal oldName As String, _
    ByVal newName As String _
)
public void VersionRenamed (
    Guid VersionID,
    string oldName,
    string newName
);

Classes that implement IVersionEventsServices

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close