NuGardt SoftwareProwlService MembersNuGardt

The ProwlService type exposes the following members.
Methods

  NameDescription
Public methodStatic memberAddNotification
Add a notification for a particular user. You must provide either event or description or both.
Public methodStatic memberAddNotificationBegin
Add a notification for a particular user. You must provide either event or description or both.
Public methodStatic memberAddNotificationEnd
Gets the response after the callback.
Public methodOnlineEquals (Inherited from OnlineObject.)
Public methodOnlineGetHashCode (Inherited from OnlineObject.)
Public methodOnlineGetType (Inherited from OnlineObject.)
Public methodStatic memberQueryAndParseBegin
Queries the URL without waiting for the response. The callback is invoked when the response is available.
Public methodStatic memberQueryAndParseEnd
Parses the IAsyncResult.
Public methodStatic memberRetrieveApiKey
Get an API key from a registration token retrieved in retrieve/token. The user must have approved your request first, or you will get an error response. This is the second/final step in fetching an API key for a user.
Public methodStatic memberRetrieveApiKeyBegin
Get an API key from a registration token retrieved in retrieve/token. The user must have approved your request first, or you will get an error response. This is the second/final step in fetching an API key for a user.
Public methodStatic memberRetrieveApiKeyEnd
Gets the response after the callback.
Public methodStatic memberRetrieveToken
Get a registration token for use in retrieve/apikey and the associated URL for the user to approve the request. This is the first step in fetching an API key for a user. The token retrieved expires after 24 hours.
Public methodStatic memberRetrieveTokenBegin
Get a registration token for use in retrieve/apikey and the associated URL for the user to approve the request. This is the first step in fetching an API key for a user. The token retrieved expires after 24 hours.
Public methodStatic memberRetrieveTokenEnd
Gets the response after the callback.
Public methodOnlineToString (Inherited from OnlineObject.)
Public methodStatic memberVerify
Verify an API key is valid. For the sake of adding a notification do not call verify first; it costs you an API call. You should only use verify to confirm an API key is valid in situations like a user entering an API key into your program. If it's not valid while posting the notification, you will get the appropriate error.
Public methodStatic memberVerifyBegin
Verify an API key is valid. For the sake of adding a notification do not call verify first; it costs you an API call. You should only use verify to confirm an API key is valid in situations like a user entering an API key into your program. If it's not valid while posting the notification, you will get the appropriate error.
Public methodStatic memberVerifyEnd
Gets the response after the callback.
Back to Top
See Also