Visual Basic (Declaration) | |
---|---|
Protected MustOverride Sub DoExecute() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomCommand instance.DoExecute() |
C# | |
---|---|
protected abstract void DoExecute() |
C++/CLI | |
---|---|
protected: abstract void DoExecute(); |
This method will be called by the Execute method to allow inherited classes to process the executing of the client request.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7