public override RefreshSchemaLockRequest.OutputType HandleRefreshSchemaLock(RefreshSchemaLockRequest.InputType input, int protocolMajorVersion, int protocolMinorVersion) { RefreshSchemaLockRequest.OutputType result = new RefreshSchemaLockRequest.OutputType(); result.Lock = LockType.SchemaLock; return(result); }
public override RefreshSchemaLockRequest.OutputType HandleRefreshSchemaLock(RefreshSchemaLockRequest.InputType input, int protocolMajorVersion, int protocolMinorVersion) { RefreshSchemaLockRequest.OutputType result = new RefreshSchemaLockRequest.OutputType(); result.Lock = LockType.SchemaLock; return result; }