- commandType
- Type of the command.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function IsCommandServiceRegistered( _ ByVal commandType As Type _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim commandType As Type Dim value As Boolean value = DicomCommandFactory.IsCommandServiceRegistered(commandType) | |
| C# | |
|---|---|
public static bool IsCommandServiceRegistered( Type commandType ) | |
| C++/CLI | |
|---|---|
public: static bool IsCommandServiceRegistered( Type^ commandType ) | |
Parameters
- commandType
- Type of the command.
Return Value
true if the specified command services is registered; otherwise, false.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code