Click here to Skip to main content
15,886,110 members
Home / Discussions / C#
   

C#

 
QuestionHow to combine ClickOnce and normal installer Pin
MathijsBeentjes2-Jul-13 5:47
MathijsBeentjes2-Jul-13 5:47 
AnswerRe: How to combine ClickOnce and normal installer Pin
GuyThiebaut3-Jul-13 0:08
professionalGuyThiebaut3-Jul-13 0:08 
QuestionRadio buttons in PropertyGrid Pin
lukeer1-Jul-13 21:02
lukeer1-Jul-13 21:02 
AnswerRe: Radio buttons in PropertyGrid Pin
Eddy Vluggen1-Jul-13 22:30
professionalEddy Vluggen1-Jul-13 22:30 
GeneralRe: Radio buttons in PropertyGrid Pin
lukeer11-Jul-13 1:21
lukeer11-Jul-13 1:21 
AnswerRe: Radio buttons in PropertyGrid Pin
Eddy Vluggen15-Jul-13 8:53
professionalEddy Vluggen15-Jul-13 8:53 
QuestionHow to lock only one request and release all pending requests at once Pin
amjegan1-Jul-13 18:14
amjegan1-Jul-13 18:14 
AnswerRe: How to lock only one request and release all pending requests at once Pin
Eddy Vluggen1-Jul-13 22:33
professionalEddy Vluggen1-Jul-13 22:33 
Sounds like a Queue<Request>, with a loop handling a request. Execute the method that handles the request async, wait until it returns or two minutes pass. When done, fetch next and repeat.

amjegan wrote:
all request will get a response in two mins and only one service hit will happen.
Not if it works as you described; if there's three items in the pipeline that will timeout, total waiting-time for the next request will be >6 minutes.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

AnswerRe: How to lock only one request and release all pending requests at once Pin
jschell2-Jul-13 8:07
jschell2-Jul-13 8:07 
GeneralRe: How to lock only one request and release all pending requests at once Pin
amjegan2-Jul-13 17:41
amjegan2-Jul-13 17:41 
GeneralRe: How to lock only one request and release all pending requests at once Pin
jschell3-Jul-13 8:27
jschell3-Jul-13 8:27 
QuestionRead Content From MMF File Pin
reethu_test1-Jul-13 13:15
reethu_test1-Jul-13 13:15 
AnswerRe: Read Content From MMF File Pin
Mycroft Holmes1-Jul-13 15:53
professionalMycroft Holmes1-Jul-13 15:53 
QuestionNSF File Reading in C# Pin
reethu_test1-Jul-13 12:44
reethu_test1-Jul-13 12:44 
AnswerRe: NSF File Reading in C# Pin
Garth J Lancaster1-Jul-13 12:55
professionalGarth J Lancaster1-Jul-13 12:55 
GeneralRe: NSF File Reading in C# Pin
reethu_test1-Jul-13 13:03
reethu_test1-Jul-13 13:03 
GeneralRe: NSF File Reading in C# Pin
Garth J Lancaster1-Jul-13 13:05
professionalGarth J Lancaster1-Jul-13 13:05 
GeneralRe: NSF File Reading in C# Pin
reethu_test1-Jul-13 13:07
reethu_test1-Jul-13 13:07 
GeneralRe: NSF File Reading in C# Pin
Dave Kreskowiak1-Jul-13 18:38
mveDave Kreskowiak1-Jul-13 18:38 
GeneralRe: NSF File Reading in C# Pin
Mycroft Holmes1-Jul-13 15:49
professionalMycroft Holmes1-Jul-13 15:49 
QuestionProblem on Update operation Pin
nivashini1-Jul-13 0:25
professionalnivashini1-Jul-13 0:25 
SuggestionRe: Problem on Update operation PinPopular
Richard Deeming1-Jul-13 1:44
mveRichard Deeming1-Jul-13 1:44 
AnswerRe: Problem on Update operation Pin
Jean A Brandelero1-Jul-13 4:38
Jean A Brandelero1-Jul-13 4:38 
AnswerRe: Problem on Update operation Pin
PIEBALDconsult1-Jul-13 5:13
mvePIEBALDconsult1-Jul-13 5:13 
AnswerRe: Problem on Update operation Pin
Mycroft Holmes1-Jul-13 12:48
professionalMycroft Holmes1-Jul-13 12:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.