←Select platform

IsRegistered(ICommandRequestValidator) Method

Summary

Determines whether the specified validator is registered.

Syntax

C#
VB
C++
public static bool IsRegistered( 
   ICommandRequestValidator validator 
) 
  
Public Overloads Shared Function IsRegistered( _ 
   ByVal validator As Leadtools.Dicom.Scp.ICommandRequestValidator _ 
) As Boolean 
public: 
static bool IsRegistered(  
   Leadtools.Dicom.Scp.ICommandRequestValidator^ validator 
)  

Parameters

validator
The validator to check.

Return Value

true if the specified validator 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