InterfaceICloudDispatchableFactory
Interface
Indicates that a class can create an object capable of running in a cloud setting
Definition
Namespace:ArtOfTest.Common.Design.ProjectModel.Interfaces
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface ICloudDispatchableFactory
Derived Classes:
Methods
CreateCloudDispatchable(string)
Declaration
cs-api-definition
ICloudDispatchableTest CreateCloudDispatchable(string pathToProjectFileDirectory)
Parameters
pathToProjectFileDirectory
Returns