Dc09MessageCreateKeepAlive Method

Generates a keep-alive message.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public static Dc09Message CreateKeepAlive(
	string linkAccount
)

Parameters

linkAccount  String
The account identifier reserved by the DC-09 server for link upkeep.

Return Value

Dc09Message
A fully initialized instance of Dc09Message representing a keep-alive message.

Exceptions

ArgumentNullExceptionThrown if the link account is null, empty or whitespace.

See Also