Interrogate Method

Summary

Determine if the components implements a particular interface.

Syntax
C#
VB
C++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=InterfaceInformation&method=Interrogate&interf" + "aceName={interfaceName}")] 
public Stream Interrogate( 
   string id, 
   string domain, 
   string interfaceName 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=InterfaceInformation&method=Interrogate&interfaceName={interfaceName}")> 
Function Interrogate( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal interfaceName As String _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=InterfaceInformation&method=Interrogate&interfaceName={interfaceName}")] 
Stream^ Interrogate(  
   String^ id, 
   String^ domain, 
   String^ interfaceName 
)  

Parameters

id
The context manager id.

domain
The domain name of the site or organization that is being served by the located component.

interfaceName
The name of the interface of interest.

Return Value

The implemented value.

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.Ccow.Services Assembly