ServiceOperation.SetReadOnly 方法
定义
设置服务操作是否为只读。Sets whether the service operation is read-only.
public:
void SetReadOnly();
public void SetReadOnly ();
member this.SetReadOnly : unit -> unit
Public Sub SetReadOnly ()
注解
如果服务操作设置为只读,即完全初始化和验证,则不能进行更多更改。If the service operation is set to read-only, that is, fully initialized and validated, no more changes can be made.