TwitterStreamCallbacks.RawJsonCallback Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Callback converting json to Tweet
public delegate void TwitterStreamCallbacks.RawJsonCallback(string json);
type TwitterStreamCallbacks.RawJsonCallback = delegate of string -> unit
Public Delegate Sub TwitterStreamCallbacks.RawJsonCallback(json As String)
Parameters
- json
- String
Raw Json from Twitter API