Dc09MessageCreateKeepAlive Method

Generates a keep-alive message.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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