Starts a user attention request.
Original signature is '- (NSInteger)requestUserAttention:(NSRequestUserAttentionType)requestType'
Available in Mac OS X v10.1 and later.

C# | Visual Basic | Visual C++ |
public virtual NSInteger RequestUserAttention( NSRequestUserAttentionType requestType )
Public Overridable Function RequestUserAttention ( _ requestType As NSRequestUserAttentionType _ ) As NSInteger
public: virtual NSInteger RequestUserAttention( NSRequestUserAttentionType requestType )

- requestType (NSRequestUserAttentionType)
- The severity of the request. For a list of possible values, see “Constants.”

The identifier for the request. You can use this value to cancel the request later using the cancelUserAttentionRequest: method.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)