Ouya.Console.Api.GamerUuidListener.GamerUuidListener C# (CSharp) Méthode

GamerUuidListener() public méthode

public GamerUuidListener ( TaskCompletionSource tcs ) : System
tcs TaskCompletionSource
Résultat System
        public GamerUuidListener(TaskCompletionSource<string> tcs)
        {
            _tcs = tcs;
        }