C# Class Dev2.Factory.DebugStateFactory

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Create ( System.Guid serverID, System.Guid resourceID, StateType stateType, string message ) : IDebugState
Create ( string message, IContextualResourceModel resourceModel ) : IDebugState

Method Details

Create() public static method

public static Create ( System.Guid serverID, System.Guid resourceID, StateType stateType, string message ) : IDebugState
serverID System.Guid
resourceID System.Guid
stateType StateType
message string
return IDebugState

Create() public static method

public static Create ( string message, IContextualResourceModel resourceModel ) : IDebugState
message string
resourceModel IContextualResourceModel
return IDebugState