Twitterizer 2 Documentation
Current Method (options, timeout, function)
NamespacesTwitterizerTwitterTrendsAsyncCurrent(CurrentTrendsOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterTrendCollection>)>>)>)>>))

[Missing <summary> documentation for "M:Twitterizer.TwitterTrendsAsync.Current(Twitterizer.CurrentTrendsOptions,System.TimeSpan,System.Action{Twitterizer.TwitterAsyncResponse{Twitterizer.TwitterTrendCollection}})"]

Declaration Syntax
C#Visual Basic
public static IAsyncResult Current(
	CurrentTrendsOptions options,
	TimeSpan timeout,
	Action<TwitterAsyncResponse<TwitterTrendCollection>> function
)
Public Shared Function Current ( _
	options As CurrentTrendsOptions, _
	timeout As TimeSpan, _
	function As Action(Of TwitterAsyncResponse(Of TwitterTrendCollection)) _
) As IAsyncResult
Parameters
options (CurrentTrendsOptions)

[Missing <param name="options"/> documentation for "M:Twitterizer.TwitterTrendsAsync.Current(Twitterizer.CurrentTrendsOptions,System.TimeSpan,System.Action{Twitterizer.TwitterAsyncResponse{Twitterizer.TwitterTrendCollection}})"]

timeout (TimeSpan)

[Missing <param name="timeout"/> documentation for "M:Twitterizer.TwitterTrendsAsync.Current(Twitterizer.CurrentTrendsOptions,System.TimeSpan,System.Action{Twitterizer.TwitterAsyncResponse{Twitterizer.TwitterTrendCollection}})"]

function (Action<(Of <(<'TwitterAsyncResponse<(Of <(<'TwitterTrendCollection>)>)>>)>)>)

[Missing <param name="function"/> documentation for "M:Twitterizer.TwitterTrendsAsync.Current(Twitterizer.CurrentTrendsOptions,System.TimeSpan,System.Action{Twitterizer.TwitterAsyncResponse{Twitterizer.TwitterTrendCollection}})"]

Return Value

[Missing <returns> documentation for "M:Twitterizer.TwitterTrendsAsync.Current(Twitterizer.CurrentTrendsOptions,System.TimeSpan,System.Action{Twitterizer.TwitterAsyncResponse{Twitterizer.TwitterTrendCollection}})"]

Assembly: Twitterizer2.Asynchronous (Module: Twitterizer2.Asynchronous) Version: 2.4.0.37902 (2.4.0.0)