Click here to Skip to main content
15,917,618 members
Home / Discussions / C#
   

C#

 
GeneralRe: How i can add windows service using C# Code Pin
wasimsharp5-Jun-08 0:22
wasimsharp5-Jun-08 0:22 
QuestionHttpListener.BeginGetContext Pin
George_George4-Jun-08 23:55
George_George4-Jun-08 23:55 
AnswerRe: HttpListener.BeginGetContext Pin
Christian Flutcher5-Jun-08 1:17
Christian Flutcher5-Jun-08 1:17 
GeneralRe: HttpListener.BeginGetContext Pin
George_George5-Jun-08 1:31
George_George5-Jun-08 1:31 
GeneralRe: HttpListener.BeginGetContext Pin
N a v a n e e t h5-Jun-08 1:50
N a v a n e e t h5-Jun-08 1:50 
GeneralRe: HttpListener.BeginGetContext Pin
George_George5-Jun-08 2:02
George_George5-Jun-08 2:02 
GeneralRe: HttpListener.BeginGetContext Pin
N a v a n e e t h5-Jun-08 6:56
N a v a n e e t h5-Jun-08 6:56 
GeneralRe: HttpListener.BeginGetContext Pin
George_George5-Jun-08 14:38
George_George5-Jun-08 14:38 
Thanks N a v a n e e t h,


1.

You mean if we provide a callback as the first parameter to BeginGetContext, then the asynchronous operation will be done at first, until it is completed, the callback is called and we are able to call EndGetContext, correct?

(I think it is a general description of how asynchronous call works in C#)

2.

What is the underlying work between we begin to call BeginGetContext and the callback is called?


regards,
George
GeneralRe: HttpListener.BeginGetContext Pin
N a v a n e e t h5-Jun-08 17:03
N a v a n e e t h5-Jun-08 17:03 
GeneralRe: HttpListener.BeginGetContext Pin
George_George5-Jun-08 18:46
George_George5-Jun-08 18:46 
GeneralRe: HttpListener.BeginGetContext Pin
N a v a n e e t h5-Jun-08 22:24
N a v a n e e t h5-Jun-08 22:24 
GeneralRe: HttpListener.BeginGetContext Pin
George_George5-Jun-08 23:49
George_George5-Jun-08 23:49 
GeneralRe: HttpListener.BeginGetContext Pin
N a v a n e e t h6-Jun-08 7:27
N a v a n e e t h6-Jun-08 7:27 
GeneralRe: HttpListener.BeginGetContext Pin
George_George8-Jun-08 23:30
George_George8-Jun-08 23:30 
GeneralRe: HttpListener.BeginGetContext Pin
N a v a n e e t h9-Jun-08 16:10
N a v a n e e t h9-Jun-08 16:10 
GeneralRe: HttpListener.BeginGetContext Pin
George_George9-Jun-08 16:28
George_George9-Jun-08 16:28 
GeneralRe: HttpListener.BeginGetContext Pin
N a v a n e e t h10-Jun-08 7:24
N a v a n e e t h10-Jun-08 7:24 
GeneralRe: HttpListener.BeginGetContext Pin
George_George11-Jun-08 2:30
George_George11-Jun-08 2:30 
Questionspecified DataTable EventHanlder Pin
climbah4-Jun-08 23:21
climbah4-Jun-08 23:21 
AnswerRe: specified DataTable EventHanlder Pin
johland5-Jun-08 1:01
johland5-Jun-08 1:01 
GeneralRe: specified DataTable EventHanlder Pin
climbah5-Jun-08 2:14
climbah5-Jun-08 2:14 
QuestionSqlTransaction Rollback Pin
Navneet Hegde4-Jun-08 23:05
Navneet Hegde4-Jun-08 23:05 
AnswerRe: SqlTransaction Rollback Pin
Ashfield5-Jun-08 0:32
Ashfield5-Jun-08 0:32 
GeneralRe: SqlTransaction Rollback Pin
Navneet Hegde5-Jun-08 0:45
Navneet Hegde5-Jun-08 0:45 
GeneralRe: SqlTransaction Rollback Pin
leppie5-Jun-08 1:18
leppie5-Jun-08 1:18 

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.