You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The createObject method of the DataSpace class specifies both a business object to process client application requests (progid) and the communications protocol and server (connection). createObject returns an ObjectProxy object that represents the server.
package com.ms.wfc.data
Constructor
public DataSpace()
Methods
public static ObjectProxy DataSpace.createObject(String
progid, String connection)
Properties
public static int getInternetTimeout()
public static void setInternetTimeout(int plInetTimeout)