다음을 통해 공유


SendReply.PersistBeforeSend 속성

정의

메시지를 보내기 전에 워크플로 서비스 인스턴스를 유지할지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 property bool PersistBeforeSend { bool get(); void set(bool value); };
public bool PersistBeforeSend { get; set; }
member this.PersistBeforeSend : bool with get, set
Public Property PersistBeforeSend As Boolean

속성 값

Boolean

메시지를 보내기 전에 워크플로 서비스를 유지해야 하는 경우 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보