ReceiveContext.State 屬性

定義

取得或設定狀態機器的狀態。

public:  property System::ServiceModel::Channels::ReceiveContextState State {  public:
System::ServiceModel::Channels::ReceiveContextState get(); protected:
 void set(System::ServiceModel::Channels::ReceiveContextState value); };
public System.ServiceModel.Channels.ReceiveContextState State { get; protected set; }
member this.State : System.ServiceModel.Channels.ReceiveContextState with get, set
Public Property State As ReceiveContextState

屬性值

狀態機器目前的接收內容狀態。

適用於