PC Review


Reply
Thread Tools Rate Thread

ASP.NET 2.0 ICallbackEventHandler

 
 
Lorenzo Soncini
Guest
Posts: n/a
 
      28th Dec 2005
I have a problem. If I look MSDN the interface who is in the message object
have two virtual method
GetCallbackResult
RaiseCallbackEvent

The tocumentation say me:
void RaiseCallbackEvent (
string eventArgument
)
but when I see the MSDN sample the method RaiseCallbackEvent was implemented
:

public String RaiseCallbackEvent(String eventArgument As String)
{
return eventArgument + " new value";
}

But when I compile the class with my RaiseCallbackEvent i get ana error
because the method is not returning VOID
Any idea? Sorry for my bad english
Lorenzo Soncini


 
Reply With Quote
 
 
 
 
Bruce Barker
Guest
Posts: n/a
 
      28th Dec 2005
the behavior was changed between the beta and the rtm. read the rtm
documentation.

-- bruce (sqlwork.com)



"Lorenzo Soncini" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have a problem. If I look MSDN the interface who is in the message object
>have two virtual method
> GetCallbackResult
> RaiseCallbackEvent
>
> The tocumentation say me:
> void RaiseCallbackEvent (
> string eventArgument
> )
> but when I see the MSDN sample the method RaiseCallbackEvent was
> implemented :
>
> public String RaiseCallbackEvent(String eventArgument As String)
> {
> return eventArgument + " new value";
> }
>
> But when I compile the class with my RaiseCallbackEvent i get ana error
> because the method is not returning VOID
> Any idea? Sorry for my bad english
> Lorenzo Soncini
>



 
Reply With Quote
 
Lorenzo Soncini
Guest
Posts: n/a
 
      28th Dec 2005
I reinstall my MSDN :-)
Online the documentation is ok..and I have solved the problem

Thanks
Lorenzo
"Lorenzo Soncini" <(E-Mail Removed)> ha scritto nel
messaggio news:(E-Mail Removed)...
>I have a problem. If I look MSDN the interface who is in the message object
>have two virtual method
> GetCallbackResult
> RaiseCallbackEvent
>
> The tocumentation say me:
> void RaiseCallbackEvent (
> string eventArgument
> )
> but when I see the MSDN sample the method RaiseCallbackEvent was
> implemented :
>
> public String RaiseCallbackEvent(String eventArgument As String)
> {
> return eventArgument + " new value";
> }
>
> But when I compile the class with my RaiseCallbackEvent i get ana error
> because the method is not returning VOID
> Any idea? Sorry for my bad english
> Lorenzo Soncini
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ICallbackEventHandler Slim Microsoft Dot NET 0 29th Jun 2006 02:25 PM
ICallbackEventHandler =?Utf-8?B?U2FsYW1FbGlhcw==?= Microsoft Dot NET Framework 2 5th Apr 2006 07:25 AM
ASP.NET 2 ICallbackEventHandler Maya Nasri Microsoft ASP .NET 2 2nd Nov 2005 10:34 AM
ASP.NET 2 ICallbackEventHandler Maya Nasri Microsoft C# .NET 2 2nd Nov 2005 10:34 AM
ICallbackEventHandler Q???? JimGreen Microsoft ASP .NET 1 25th Oct 2005 02:30 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:22 AM.