Click or drag to resize
IProviderSessionResolve Method
Overload List
  NameDescription
Public methodResolve(IResolutionList)
Public methodResolve(IResolutionList, ResolveMode)
This is the same as calling Resolve(IResolutionList, ResolveMode, Identity) with null Identity.
Public methodResolve(IResolutionList, ResolveMode, Identity)
Resolves a list of topics and updates them with the results of the resolution process.

Before this method returns one or more RESOLUTION_STATUS events and, if resolveMode is AUTO_REGISTER_SERVICES, zero or more SERVICE_STATUS events are generated. If this is an asynchronous session then these events may be processed by the registered EventHandler before this method has returned.

Top
See Also