Twitterizer 2 Documentation
New Method (tokens, username, name, isPublic, description, options, timeout, function)
NamespacesTwitterizerTwitterListAsyncNew(OAuthTokens, String, String, Boolean, String, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterList>)>>)>)>>))
Creates a new list for the authenticated user. Accounts are limited to 20 lists.
Declaration Syntax
C#Visual Basic
public static IAsyncResult New(
	OAuthTokens tokens,
	string username,
	string name,
	bool isPublic,
	string description,
	OptionalProperties options,
	TimeSpan timeout,
	Action<TwitterAsyncResponse<TwitterList>> function
)
Public Shared Function New ( _
	tokens As OAuthTokens, _
	username As String, _
	name As String, _
	isPublic As Boolean, _
	description As String, _
	options As OptionalProperties, _
	timeout As TimeSpan, _
	function As Action(Of TwitterAsyncResponse(Of TwitterList)) _
) As IAsyncResult
Parameters
tokens (OAuthTokens)
The tokens.
username (String)
The username.
name (String)
The name.
isPublic (Boolean)
if set to true [is public].
description (String)
The description.
options (OptionalProperties)
The options.
timeout (TimeSpan)
The timeout.
function (Action<(Of <(<'TwitterAsyncResponse<(Of <(<'TwitterList>)>)>>)>)>)
The function.
Return Value

[Missing <returns> documentation for "M:Twitterizer.TwitterListAsync.New(Twitterizer.OAuthTokens,System.String,System.String,System.Boolean,System.String,Twitterizer.OptionalProperties,System.TimeSpan,System.Action{Twitterizer.TwitterAsyncResponse{Twitterizer.TwitterList}})"]

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