[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns an EPServiceProvider for a given registration URI.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GetProvider ( _
	uri As String, _
	configuration As Configuration _
) As EPServiceProvider
C#
public static EPServiceProvider GetProvider (
	string uri,
	Configuration configuration
)
Visual C++
public:
static EPServiceProvider^ GetProvider (
	String^ uri, 
	Configuration^ configuration
)

Parameters

uri
System.String
the registration URI
configuration
net.esper.client.Configuration
is the configuration for the service

Return Value

EPServiceProvider for the given registration URI.