JobManager.IsRegistered(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if the type is already registered.
public:
bool IsRegistered(System::String ^ typeName);
public:
bool IsRegistered(Platform::String ^ typeName);
bool IsRegistered(std::wstring const & typeName);
public bool IsRegistered (string typeName);
member this.IsRegistered : string -> bool
Public Function IsRegistered (typeName As String) As Boolean
Parameters
- typeName
- String
Type to check.
Returns
Whether the type is registered already.