public override RefreshExclusiveLockRequest.OutputType HandleRefreshExclusiveLock(RefreshExclusiveLockRequest.InputType input) { var result = new RefreshExclusiveLockRequest.OutputType(); return(result); }
public override RefreshExclusiveLockRequest.OutputType HandleRefreshExclusiveLock(RefreshExclusiveLockRequest.InputType input) { RefreshExclusiveLockRequest.OutputType result = new RefreshExclusiveLockRequest.OutputType(); return result; }