Twitterizer 2 Documentation
SavedSearches Method (tokens, options, timeout, function)
NamespacesTwitterizerTwitterSavedSearchAsyncSavedSearches(OAuthTokens, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterSavedSearchCollection>)>>)>)>>))
Returns the saves searches for the authenticating user or user in the requested format.
Declaration Syntax
C#Visual Basic
public static IAsyncResult SavedSearches(
	OAuthTokens tokens,
	OptionalProperties options,
	TimeSpan timeout,
	Action<TwitterAsyncResponse<TwitterSavedSearchCollection>> function
)
Public Shared Function SavedSearches ( _
	tokens As OAuthTokens, _
	options As OptionalProperties, _
	timeout As TimeSpan, _
	function As Action(Of TwitterAsyncResponse(Of TwitterSavedSearchCollection)) _
) As IAsyncResult
Parameters
tokens (OAuthTokens)
The tokens.
options (OptionalProperties)
The options.
timeout (TimeSpan)
The timeout.
function (Action<(Of <(<'TwitterAsyncResponse<(Of <(<'TwitterSavedSearchCollection>)>)>>)>)>)
The function.
Return Value

[Missing <returns> documentation for "M:Twitterizer.TwitterSavedSearchAsync.SavedSearches(Twitterizer.OAuthTokens,Twitterizer.OptionalProperties,System.TimeSpan,System.Action{Twitterizer.TwitterAsyncResponse{Twitterizer.TwitterSavedSearchCollection}})"]

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