Show / Hide Table of Contents

Class GlobalDataService

Inheritance
object
GlobalDataService
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: EasySave_Project.Service
Assembly: .dll
Syntax
public class GlobalDataService

Properties

| Edit this page View Source

client

Declaration
public Client client { get; set; }
Property Value
Type Description
Client
| Edit this page View Source

connecteTo

Declaration
public (string?, string?) connecteTo { get; set; }
Property Value
Type Description
(string message, string status)
| Edit this page View Source

isConnecte

Declaration
public bool isConnecte { get; set; }
Property Value
Type Description
bool

Methods

| Edit this page View Source

GetInstance()

Retrieves the singleton instance of GlobalDataService, ensuring thread safety.

Declaration
public static GlobalDataService GetInstance()
Returns
Type Description
GlobalDataService

The single instance of GlobalDataService.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX