Implements ICompute<T>
constructor();
loggerService: any
busService: any
methodContextService: any
computeSchemaService: any
sessionValidationService: any
stateConnectionService: any
sharedComputeConnectionService: any
_sharedComputeSet: any
getComputeRef: ((clientId: string, computeName: string) => ClientCompute<any>) & IClearableMemoize<string> & IControlMemoize<string, ClientCompute<any>>
getComputeData: () => Promise<any>
calculate: (stateName: string) => Promise<void>
update: () => Promise<void>
dispose: () => Promise<void>