ArcObjects Library Reference (CatalogUI)  

IAGSObjectAdminDialog2.DoModalCreateService Method

Displays the dialog to create a new service object.

[Visual Basic .NET]
Public Function DoModalCreateService ( _
    ByVal hParent As Integer, _
    ByVal pServerConnName As IAGSServerConnectionName, _
    ByVal folderName As String _
) As IAGSObjectCreationProperties
[C#]
public IAGSObjectCreationProperties DoModalCreateService (
    int hParent,
    IAGSServerConnectionName pServerConnName,
    string folderName
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAGSObjectAdminDialog2 Interface