Opened 12 years ago
Closed 12 years ago
#2015 closed task (fixed)
Directly call all offical APIs in LocalNative provider
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | medium | Milestone: | Maestro-5.0 |
Component: | Maestro | Version: | |
Severity: | major | Keywords: | |
Cc: | External ID: |
Description
All calls to the official API in the LocalNative provider are currently late-bound (via reflection), presumably to work in conjunction with the assembly binding redirection trick that allowed previous iterations of the Maestro API LocalNative connection to work with any version of MapGuideDotNetApi.dll
Since we've thrown out this approach (the approach for Maestro 5.0 will be to "roll your own LocalNative provider"), we should replace all late-bound calls with direct calls to avoid reflection overhead
Change History (2)
comment:1 by , 12 years ago
Summary: | Directly call all offical API calls in LocalNative → Directly call all offical APIs in LocalNative provider |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed r6736