SysCacheFlush Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SysCacheFlush() | |
SysCacheFlush(ICursor) | |
SysCacheFlush(Int32) |
SysCacheFlush()
public:
SysCacheFlush();
public SysCacheFlush ();
Public Sub New ()
Applies to
SysCacheFlush(ICursor)
public:
SysCacheFlush(Microsoft::Dynamics::AX::DataAccess::Kernel::ICursor ^ ptr1);
public SysCacheFlush (Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor ptr1);
new Dynamics.AX.Application.SysCacheFlush : Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor -> Dynamics.AX.Application.SysCacheFlush
Public Sub New (ptr1 As ICursor)
Parameters
- ptr1
- Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor
Applies to
SysCacheFlush(Int32)
public:
SysCacheFlush(int num1);
public SysCacheFlush (int num1);
new Dynamics.AX.Application.SysCacheFlush : int -> Dynamics.AX.Application.SysCacheFlush
Public Sub New (num1 As Integer)
Parameters
- num1
- Int32