C# 클래스 Dev2.Factory.DebugStateFactory

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
Create ( System.Guid serverID, System.Guid resourceID, StateType stateType, string message ) : IDebugState
Create ( string message, IContextualResourceModel resourceModel ) : IDebugState

메소드 상세

Create() 공개 정적인 메소드

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

Create() 공개 정적인 메소드

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