System.Threading.Thread rfaParamThread = new System.Threading.Thread(() => {
//内容
});
rfaParamThread .start();