Package.IsLocalService(Type) 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.
Determines whether the specified service type can be retrieved without requiring an RPC transition to the UI thread.
public:
bool IsLocalService(Type ^ serviceType);
public:
bool IsLocalService(Platform::Type ^ serviceType);
public bool IsLocalService (Type serviceType);
member this.IsLocalService : Type -> bool
Public Function IsLocalService (serviceType As Type) As Boolean
Parameters
- serviceType
- Type
The service type.
Returns
True if the service is local, otherwise false.