AccountData Constructor

Initializes a new instance of the AccountData class.
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.
public function AccountData( 
datetime : DateTime
type : AccountDataType
account : String
providerId : byte
route : byte 
);
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.

In this article

Definition