Exemplo n.º 1
0
 public StreamingObservable(StreamingApi client, StreamingType type, IEnumerable <KeyValuePair <string, object> > parameters)
 {
     this.client     = client;
     this.type       = type;
     this.parameters = parameters.ToArray();
 }