←Select platform

CanProcess Method

Summary

Determines whether this instance can process the specified service message.

Syntax

C#
VB
C++
public bool CanProcess( 
   string MessageId 
) 
  
Function CanProcess( _ 
   ByVal MessageId As String _ 
) As Boolean 
bool CanProcess(  
   String^ MessageId 
)  

Parameters

MessageId
The message id.

Return Value

true if this instance can process the specified service message; otherwise, false.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly