Пример #1
0
        public override RefreshCoauthoringSessionRequest.OutputType HandleRefreshCoauthoring(RefreshCoauthoringSessionRequest.InputType input, int protocolMajorVersion, int protocolMinorVersion)
        {
            RefreshCoauthoringSessionRequest.OutputType result = new RefreshCoauthoringSessionRequest.OutputType();
            result.Lock         = LockType.SchemaLock;
            result.CoauthStatus = CoauthStatusType.Alone;

            return(result);
        }
Пример #2
0
        public override RefreshCoauthoringSessionRequest.OutputType HandleRefreshCoauthoring(RefreshCoauthoringSessionRequest.InputType input, int protocolMajorVersion, int protocolMinorVersion)
        {
            RefreshCoauthoringSessionRequest.OutputType result = new RefreshCoauthoringSessionRequest.OutputType();
            result.Lock = LockType.SchemaLock;
            result.CoauthStatus = CoauthStatusType.Alone;

            return result;
        }