MetadataLookup.Browse(String, Int32, Int32, TimeSpan) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
cli::array <Microsoft::ServiceModel::Channels::MetadataRetrievalNode ^> ^ Browse(System::String ^ nodeId, int childStartIndex, int maxChildNodes, TimeSpan timeout);
public Microsoft.ServiceModel.Channels.MetadataRetrievalNode[] Browse (string nodeId, int childStartIndex, int maxChildNodes, TimeSpan timeout);
member this.Browse : string * int * int * TimeSpan -> Microsoft.ServiceModel.Channels.MetadataRetrievalNode[]
Public Function Browse (nodeId As String, childStartIndex As Integer, maxChildNodes As Integer, timeout As TimeSpan) As MetadataRetrievalNode()
Parameters
- nodeId
- String
- childStartIndex
- Int32
- maxChildNodes
- Int32
- timeout
- TimeSpan