ProtocolProcessorFactoryTryLoadObject Method  | 
 
            Tries to load a SPARQL Graph Store HTTP Protocol Processor based on information from the Configuration Graph.
            
 
    Namespace: 
   VDS.RDF.Configuration
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic bool TryLoadObject(
	IGraph g,
	INode objNode,
	Type targetType,
	out Object obj
)
Public Function TryLoadObject ( 
	g As IGraph,
	objNode As INode,
	targetType As Type,
	<OutAttribute> ByRef obj As Object
) As Boolean
Parameters
- g
 - Type: VDS.RDFIGraph
Configuration Graph. - objNode
 - Type: VDS.RDFINode
Object Node. - targetType
 - Type: SystemType
Target Type. - obj
 - Type: SystemObject
Output Object. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Configuration.ProtocolProcessorFactory.TryLoadObject(VDS.RDF.IGraph,VDS.RDF.INode,System.Type,System.Object@)"]
Implements
IObjectFactoryTryLoadObject(IGraph, INode, Type, Object)
See Also