Beispiel #1
0
 private SqlDwMessage BuildItemFromAttribute(SqlDwAttribute arg)
 {
     // input binding - this is where we get the 'thing' to hand to the function
     // For now we'll hand a hardcoded object
     return(new SqlDwMessage {
         Id = "foo", Name = "bar"
     });
 }
Beispiel #2
0
 public SqlDwAsyncCollector(SqlDwConfiguration config, SqlDwAttribute attr)
 {
     this.config = config;
     this.attr   = attr;
 }