Sequence.newmethod Method
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
newmethod(String, Int32, Int64, Int64) |
Initializes a new instance of the Object class. |
newmethod(String, Int32, Int64, Int64, Boolean) | |
newmethod(String, Int32, Int64, Int64, Boolean, Int64) |
newmethod(String, Int32, Int64, Int64)
Initializes a new instance of the Object class.
public:
void newmethod(System::String ^ text1, int num1, long num2, long num3);
public void newmethod (string text1, int num1, long num2, long num3);
override this.newmethod : string * int * int64 * int64 -> unit
Public Sub newmethod (text1 As String, num1 As Integer, num2 As Long, num3 As Long)
Parameters
- text1
- String
- num1
- Int32
- num2
- Int64
- num3
- Int64
Applies to
newmethod(String, Int32, Int64, Int64, Boolean)
public:
void newmethod(System::String ^ text1, int num1, long num2, long num3, bool flag1);
public void newmethod (string text1, int num1, long num2, long num3, bool flag1);
override this.newmethod : string * int * int64 * int64 * bool -> unit
Public Sub newmethod (text1 As String, num1 As Integer, num2 As Long, num3 As Long, flag1 As Boolean)
Parameters
- text1
- String
- num1
- Int32
- num2
- Int64
- num3
- Int64
- flag1
- Boolean
Applies to
newmethod(String, Int32, Int64, Int64, Boolean, Int64)
public:
void newmethod(System::String ^ _Name, int _Id, long _InitialValue, long _MaxValue, bool _Cycle, long _CacheSize);
public void newmethod (string _Name, int _Id, long _InitialValue, long _MaxValue, bool _Cycle, long _CacheSize);
override this.newmethod : string * int * int64 * int64 * bool * int64 -> unit
Public Sub newmethod (_Name As String, _Id As Integer, _InitialValue As Long, _MaxValue As Long, _Cycle As Boolean, _CacheSize As Long)
Parameters
- _Name
- String
- _Id
- Int32
- _InitialValue
- Int64
- _MaxValue
- Int64
- _Cycle
- Boolean
- _CacheSize
- Int64