public async Task<object> Invoke(dynamic input)
 {
     if (instance == null)
     {
         instance = new NodeKinect(input);
     }
     return true;
 }
Beispiel #2
0
 public async Task <object> Invoke(dynamic input)
 {
     if (instance == null)
     {
         instance = new NodeKinect(input);
     }
     return(true);
 }