C# Class ApiCore.Messages.LongPollServerEventArgs

Inheritance: System.EventArgs
Mostra file Open project: nolka/vkdotnet Class Usage Examples

Public Properties

Property Type Description
EventSourceCode string
LastEventId long

Property Details

EventSourceCode public_oe property

Full json source code from longpoll server
public string EventSourceCode
return string

LastEventId public_oe property

Last event id
public long LastEventId
return long