Click or drag to resize
ApiRunner Class
Wrapper for Workspaces CS SDK
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.CoreApiRunner

Namespace:  BlackBerry.Workspaces.Core
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class ApiRunner

The ApiRunner type exposes the following members.

Constructors
  NameDescription
Public methodApiRunner
APi Runner
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSendAPIRequestT
Lower level method for sending API requests to the server.
Public methodSendAPIUploadRequestT(String, APIVersion, FileInfo, DictionaryString, Object, IProgressChanged)
Lower level method for uploading documents to the server.
Public methodSendAPIUploadRequestT(String, APIVersion, Stream, String, DictionaryString, Object, IProgressChanged)
Lower level method for uploading documents to the server.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also