Beispiel #1
0
        public override RefreshCoauthoringSessionRequest.OutputType HandleRefreshCoauthoring(RefreshCoauthoringSessionRequest.InputType input, int protocolMajorVersion, int protocolMinorVersion)
        {
            var result = new RefreshCoauthoringSessionRequest.OutputType
            {
                Lock         = LockType.SchemaLock,
                CoauthStatus = CoauthStatusType.Alone
            };

            return(result);
        }
 // Token: 0x060001B6 RID: 438 RVA: 0x000072D4 File Offset: 0x000054D4
 public override RefreshCoauthoringSessionRequest.OutputType HandleRefreshCoauthoring(RefreshCoauthoringSessionRequest.InputType input, int protocolMajorVersion, int protocolMinorVersion)
 {
     return(new RefreshCoauthoringSessionRequest.OutputType());
 }