uaPLUS Reference
SelectClient Method
See Also  Send Feedback
Advosol.uaPLUS.AE Namespace > ComAeClientManager Class : SelectClient Method

context
The context.
useDefault
The whether to use the default context.

Glossary Item Box

Selects the COM client to use for the current context.

Syntax

Visual Basic (Declaration) 
Public Overridable Function SelectClient( _
   ByVal context As ServerSystemContext, _
   ByVal useDefault As Boolean _
) As ComAeClient
C# 
public virtual ComAeClient SelectClient( 
   ServerSystemContext context,
   bool useDefault
)

Parameters

context
The context.
useDefault
The whether to use the default context.

Return Value

A COM client instance.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.