←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly