Interface IServiceFactory
Definition
- Assembly:
- Tizen.NUI.Gadget.dll
An interface that make the OneShotService object.
public interface IServiceFactory
Methods
View SourceCreateService(string, bool)
Creates a new OneShotService instance.
Declaration
OneShotService CreateService(string name, bool autoClose)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Unique identifier for the service instance |
| bool | autoClose | Whether to automatically close the service after execution |
Returns
| Type | Description |
|---|---|
| OneShotService | A new OneShotService instance |