uaPLUS Reference
Browse Method
See Also  Send Feedback
Advosol.uaPLUS Namespace > uaPLUSNodeManager Class : Browse Method

context
continuationPoint
references

Glossary Item Box

Browses the references from a node managed by the node manager.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub Browse( _
   ByVal context As OperationContext, _
   ByRef continuationPoint As ContinuationPoint, _
   ByVal references As IList(Of ReferenceDescription) _
) 
C# 
public override void Browse( 
   OperationContext context,
   ref ContinuationPoint continuationPoint,
   IList<ReferenceDescription> references
)

Parameters

context
continuationPoint
references

Remarks

The continuation point is created for every browse operation and contains the browse parameters. The node manager can store its state information in the Data and Index properties.

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.