GetServices Method
Summary
Retrieves all the services on the local computer.
Syntax
Public Shared Function GetServices() As IEnumerable(Of DicomServiceController)
public:
static IEnumerable<DicomServiceController^>^ GetServices();
Return Value
An array of DicomServiceController that represents the services on the local computer.