IsCommandServiceRegistered Method (original) (raw)
Summary
Determines whether the specified command service is registered.
Syntax
public static bool IsCommandServiceRegistered(
Type _commandType_
)
public:
static bool IsCommandServiceRegistered(
Type^ _commandType_
)
Parameters
commandType
Type of the command.
Return Value
true if the specified command services is registered; otherwise, false.
Leadtools.Dicom.Scp Assembly