IsCommandServiceRegistered Method

Summary

Determines whether the specified command service is registered.

Syntax
C#
VB
C++
public static bool IsCommandServiceRegistered( 
   Type commandType 
) 
  
Public Shared Function IsCommandServiceRegistered( _ 
   ByVal commandType As Type _ 
) As Boolean 
public: 
static bool IsCommandServiceRegistered(  
   Type^ commandType 
)  

Parameters

commandType
Type of the command.

Return Value

true if the specified command services is registered; otherwise, false.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly