AddItemAsync Method
Inserts a new item into the beginning of an RSS feed.
Syntax
[VB.NET] Public Function AddItemAsync(ByVal Title As String, ByVal Description As String, ByVal Link As String) As IAsyncAction
[C#] public IAsyncAction AddItemAsync(string title, string description, string link);