[This is preliminary documentation and is subject to change.]
Creates a SIFContext object with the given name. If the name
matches a context name already defined by the ADK, that context will
be returned.
| C# | Visual Basic | Visual C++ |
public static SifContext Create( string contextName )
Public Shared Function Create ( _ contextName As String _ ) As SifContext
public: static SifContext^ Create ( String^ contextName )
- contextName (String)