ReceiveContext.State Propiedad

Definición

Obtiene o establece el estado de la máquina de estado.

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

Valor de propiedad

Estado de contexto de recepción actual de la máquina de estado.

Se aplica a