C# Class ApiCore.Messages.LongPollServerEventArgs

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

Public Properties

Property Type Description
EventSourceCode string
LastEventId long

Property Details

EventSourceCode public property

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

LastEventId public property

Last event id
public long LastEventId
return long