Visual Basic (Declaration) | |
---|---|
Public Class InvokeServerMethodOperation Inherits IdeaBlade.EntityModel.BaseOperation(Of InvokeServerMethodEventArgs,InvokeServerMethodOperation) Implements INotifyCompleted, System.ComponentModel.INotifyPropertyChanged |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As InvokeServerMethodOperation |
C# | |
---|---|
public class InvokeServerMethodOperation : IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>, INotifyCompleted, System.ComponentModel.INotifyPropertyChanged |
C++/CLI | |
---|---|
public ref class InvokeServerMethodOperation : public IdeaBlade.EntityModel.BaseOperation<InvokeServerMethodEventArgs,InvokeServerMethodOperation>, INotifyCompleted, System.ComponentModel.INotifyPropertyChanged |
Returned by an EntityManager.InvokeServerMethodAsync call. You can use the InvokeServerMethodOperation to track or cancel the request. The InvokeServerMethodOperation is also passed to the callback method supplied to the async call.
System.Object
IdeaBlade.EntityModel.BaseOperation
IdeaBlade.EntityModel.BaseOperation<TEventArgs,TOp>
IdeaBlade.EntityModel.InvokeServerMethodOperation
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