 | MatchConfigurationCollectionLoad Method |
Load match configuration from the specified stream
Namespace: SanteDB.Matcher.DefinitionAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic static MatchConfigurationCollection Load(
Stream s
)
Public Shared Function Load (
s As Stream
) As MatchConfigurationCollection
public:
static MatchConfigurationCollection^ Load(
Stream^ s
)
static member Load :
s : Stream -> MatchConfigurationCollection Parameters
- s Stream
- The stream to load from
Return Value
MatchConfigurationCollectionThe loaded match configuration
See Also