Exemplo n.º 1
0
 public WorkerRoleProcess()
 {
     this._WorkerRoleIO = new WorkerRoleIO();
 }
Exemplo n.º 2
0
            public void Dispose()
            {
                this._WorkerRoleIO.Dispose();
                this._WorkerRoleIO = null;

                System.GC.Collect();
            }