AccountData Constructor
public AccountData(
DateTime datetime,
AccountDataType type,
string account,
byte providerId,
byte route
)
This language is not supported or no code example is available.
public:
AccountData(
DateTime datetime,
AccountDataType type,
String^ account,
Byte providerId,
Byte route
)
This language is not supported or no code example is available.
Parameters
- datetime
- DateTime
The datetime.
- type
- AccountDataType
The type.
- account
- string
The account.
- providerId
- byte
The provider identifier.
- route
- byte
The route.