|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Thread.Sleep(1)Hi All,
I am new to vb.net. I saw a command Thread.Sleep(1) My problem is: sleep who ? or sleep whole app itself ? VB.net support multi-thread? BR/ Boki. <bokit***@ms21.hinet.net> schrieb:
> I saw a command The thread which is calling 'Thread.Sleep'.> > Thread.Sleep(1) > > My problem is: > > sleep who ? or sleep whole app itself ? > VB.net support multi-thread? Yes (see class 'Thread').-- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Got it! Thanks! :)
BR /Boki. Herfried K. Wagner [MVP] wrote: Show quoteHide quote > <bokit***@ms21.hinet.net> schrieb: > > I saw a command > > > > Thread.Sleep(1) > > > > My problem is: > > > > sleep who ? or sleep whole app itself ? > > The thread which is calling 'Thread.Sleep'. > > > VB.net support multi-thread? > > Yes (see class 'Thread'). > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://classicvb.org/petition/> |
|||||||||||||||||||||||