| Visual Basic (Declaration) | |
|---|---|
Public Class InvokeServerMethodEventArgs Inherits IdeaBlade.EntityModel.AsyncEventArgs(Of Object) Implements INotifyCompletedArgs | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As InvokeServerMethodEventArgs | |
| C# | |
|---|---|
public class InvokeServerMethodEventArgs : IdeaBlade.EntityModel.AsyncEventArgs<object>, INotifyCompletedArgs | |
| C++/CLI | |
|---|---|
public ref class InvokeServerMethodEventArgs : public IdeaBlade.EntityModel.AsyncEventArgs<Object>, INotifyCompletedArgs | |
The Completed handler will be called with an instance of InvokeServerMethodEventArgs representing the status of the operation. The Result will contain the user-defined data returned by the server method.
System.Object
System.EventArgs
IdeaBlade.EntityModel.AsyncEventArgs
IdeaBlade.EntityModel.AsyncEventArgs<T>
IdeaBlade.EntityModel.InvokeServerMethodEventArgs
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family