C# Class Model.LockInfo

Afficher le fichier Open project: egametang/Egametang Class Usage Examples

Méthodes publiques

Свойство Type Description
Address string
Tcs TaskCompletionSource

Méthodes publiques

Méthode Description
LockInfo ( string address, TaskCompletionSource tcs ) : System.Collections.Generic

Method Details

LockInfo() public méthode

public LockInfo ( string address, TaskCompletionSource tcs ) : System.Collections.Generic
address string
tcs TaskCompletionSource
Résultat System.Collections.Generic

Property Details

Address public_oe property

public string Address
Résultat string

Tcs public_oe property

public TaskCompletionSource Tcs
Résultat TaskCompletionSource