Twitterizer 2 Documentation
TwitterBlockAsync Class
NamespacesTwitterizerTwitterBlockAsync

[Missing <summary> documentation for "T:Twitterizer.TwitterBlockAsync"]

Declaration Syntax
C#Visual Basic
public static class TwitterBlockAsync
Public NotInheritable Class TwitterBlockAsync
Members
All MembersMethods



IconMemberDescription
Create(OAuthTokens, Decimal, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUser>)>>)>)>>))
Blocks the user specified as the authenticating user. Destroys a friendship to the blocked user if it exists.

Create(OAuthTokens, Decimal, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUser>)>>)>)>>))
Blocks the user specified as the authenticating user. Destroys a friendship to the blocked user if it exists.

Create(OAuthTokens, String, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUser>)>>)>)>>))
Blocks the user specified as the authenticating user. Destroys a friendship to the blocked user if it exists.

Create(OAuthTokens, String, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUser>)>>)>)>>))
Blocks the user specifiedr. Destroys a friendship to the blocked user if it exists.

Destroy(OAuthTokens, Decimal, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUser>)>>)>)>>))
Unblocks the user specified as the authenticating user.

Destroy(OAuthTokens, Decimal, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUser>)>>)>)>>))
Unblocks the user specified as the authenticating user.

Destroy(OAuthTokens, String, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUser>)>>)>)>>))
Unblocks the user specified as the authenticating user.

Destroy(OAuthTokens, String, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUser>)>>)>)>>))
Unblocks the user specifiedr.

Exists(OAuthTokens, Decimal, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUser>)>>)>)>>))
Checks for a block against the the user specified as the authenticating user.

Exists(OAuthTokens, Decimal, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUser>)>>)>)>>))
Checks for a block against the user specified as the authenticating user.

Exists(OAuthTokens, String, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUser>)>>)>)>>))
Checks for a block against the the user specified as the authenticating user.

Exists(OAuthTokens, String, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUser>)>>)>)>>))
Checks for a block against the the user specifiedr.

Inheritance Hierarchy
Object
TwitterBlockAsync

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